Closed spacenate closed 2 years ago
I basically just followed these instructions provided by Arduino: https://docs.arduino.cc/hacking/software/LibraryTutorial
Serial.begin()
Serial
I tested these changes with Teensyduino 1.55 (Arduino 1.8.16). After adding this library to my libraries folder:
Resolves #1
I basically just followed these instructions provided by Arduino: https://docs.arduino.cc/hacking/software/LibraryTutorial
Serial.begin()
from inside the example, instead of in the librarySerial
, only the example doesI tested these changes with Teensyduino 1.55 (Arduino 1.8.16). After adding this library to my libraries folder:
Resolves #1