Jump to content

Arduino: Difference between revisions

From Smithnet Wiki
No edit summary
Line 18: Line 18:
** [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/feilipu/Arduino_FreeRTOS_Library FreeRTOS]
* [https://github.com/embeddedartistry/arduino-printf LibPrintf]
* [https://github.com/mathertel/LiquidCrystal_PCF8574 LiquidCrystal_PCF8574] derived from [https://www.arduino.cc/en/Reference/LiquidCrystal Liquid Crystal]
* [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/mathertel/OneButton OneButton]

Revision as of 20:07, 16 August 2025

General

On reset or powerup, ehe Optiboot or other bootloader code is run. If an external reset was the cause, listening mode is entered, and the LED is flashed. Programming commands in STK500 protocol are listened for, of the serial line at 115200 speed. If none are received in a small timeout window (~ 1s), the normal code is executed.

The DTR line if used to trigger a reset in software IDE (see here).

Documentation

Useful Libraries

Other

Development Environment

  • SHIFT-ALT-F to format document

Platformio.ini

  • monitor_speed = 115200