mirror of
https://github.com/xodio/xod.git
synced 2026-03-06 08:54:06 +01:00
Arduino libraries
The directory contains vendoring copies of some Arduino Libraries used in native nodes’ implementations.
LiquidCrystal-- the standard libraryLiquidCrystal_I2C-- https://github.com/fdebrabander/Arduino-LiquidCrystal-I2C-librarySD-- the standard libraryServo-- the standard libraryEthernet2-- https://github.com/xodio/Ethernet2 (modified https://github.com/adafruit/Ethernet2)ESP8266UART-- custom library. Should be published to the XOD GitHub repository along with the "UART" library, which is bundled intoxod-arduino/platformand somexod/uartnodes.WS2812_NoBuffer-- custom library for WS2812 without buffer. Based on SimpleNeopixelDemo and Adafruit Neopixel. Tested on AVR platforms and ESP8266.Graphics-- custom library. Implements basic graphic functions in XOD.ST7735-- custom library. It is used to drive ST7735 chip-based TFT LCD displays controlled by SPI.SSD1306-- custom library. It is used to drive SSD1306 chip-based monochrome TFT LCDs controlled by I2C.