Jump to content

Arduino: Difference between revisions

From Smithnet Wiki
No edit summary
Line 16: Line 16:
** [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/NicoHood/PinChangeInterrupt Pin Change Interrupt]


== Other ==
== Other ==

Revision as of 11:07, 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

Libraries

Other

Development Environment

  • SHIFT-ALT-F to format document

Platformio.ini

  • monitor_speed = 115200