Jump to content
43oh

Jul10

Members
  • Content Count

    4
  • Joined

  • Last visited

Everything posted by Jul10

  1. Hello everyone, i was exporting a library from arduino when i realized i needed a sleepMicroseconds alternative for delayMicroseconds. is there one? Thank you.
  2. Woooahh!! Thank you so much, i really needed a tutorial like that. I achieved what i was expecting. 👏👏👏👏👏
  3. Hello there, anyone knows a library for the sensor BMP280 that works on the Launchpad MSP430FR5969LP? I searched on google but can't find one for this specific sensor Thank you.
  4. Hello there, I have been trying to use a MSP430FR5969 to start a serial communication with a SARA-R4 Cellphone modem. Basically that modem just works sending AT commands through serial communication, so, i decided to start with the basics using the library example include <SoftwareSerial.h> SoftwareSerial mySerial(P1_4, P1_3);// RX, TX void setup(){ // Open serial communications and wait for port to open: Serial.begin(9600); Serial.println("Goodnight moon!"); // set the data rate for the SoftwareSerial port mySerial.begin(9600); mySerial.println("Hello, world?");
×
×
  • Create New...