Teensy LC and Arduino Libraries

GregM

Active member
I have been using the tutorial page (https://www.pjrc.com/teensy/tutorial.html). It has a lot of good information. But, I have noticed the Library page, which discusses the Arduino library and which Teensy device is compatible with it, has no entries for Teensy LC.

I know the following Arduino libraries do work with the Teensy LC by trying out the example code or my own code:
Wire
LiquidCrystal (I have tested only I2C based devices)
SSD1306 (Adafruit_SSD1306-master, example code requires Adafruit-GFX-Library-master library)
EEPROM (note Teensy LC has only 128 bytes, 0 to 127)
DS1307RTC (example code requries Time)
Time (note one example is only for Teensy3 devices with internal RTC).

Hopefully, the next time the web page is updated the Teensy LC information can be added.

I hope this is a help.

Enjoy Life, Greg
Live Well, Laugh Often, Love Much
 
Thanks Frank B for the information. Now I know where to look for what was tested.

Enjoy life, Greg
Live Well, Laugh Often, Love Much
 
Back
Top