Jump to content

Arduino: Difference between revisions

From Smithnet Wiki
Line 13: Line 13:
* [https://www.arduino.cc/en/Reference/Libraries Standard Libraries]
* [https://www.arduino.cc/en/Reference/Libraries Standard Libraries]


* [https://github.com/mathertel/LiquidCrystal_PCF8574 LiquidCrystal_PCF8574] derived from [https://www.arduino.cc/en/Reference/LiquidCrystal Liquid Crystal]
* [https://fastled.io/ FastLED] for WS2812B programmable LED strips
* [https://fastled.io/ FastLED] for WS2812B programmable LED strips
** [https://fastled.io/docs/examples.html Code Examples]
** [https://fastled.io/docs/examples.html Code Examples]
** [https://github.com/FastLED/FastLED/wiki/Pixel-reference Colour Reference]
** [https://github.com/FastLED/FastLED/wiki/Pixel-reference Colour Reference]
* [https://github.com/mathertel/LiquidCrystal_PCF8574 LiquidCrystal_PCF8574] derived from [https://www.arduino.cc/en/Reference/LiquidCrystal Liquid Crystal]
* [https://github.com/mathertel/OneButton OneButton]
* [https://github.com/NicoHood/PinChangeInterrupt Pin Change Interrupt]
* [https://github.com/NicoHood/PinChangeInterrupt Pin Change Interrupt]
* [https://github.com/mathertel/OneButton OneButton]
* [https://github.com/neosarchizo/TinyGPS TinyGPS]
* [https://github.com/neosarchizo/TinyGPS TinyGPS]



Revision as of 11:14, 8 August 2025

General

The Optiboot or other bootloader runs after a reset and looks for a new program to download via RS232. If none is present, the existing one is run. See here for description of the use of DTR.

Documentation

Useful Libraries

Other

Development Environment

  • SHIFT-ALT-F to format document

Platformio.ini

  • monitor_speed = 115200