Jump to content

Arduino: Difference between revisions

From Smithnet Wiki
Line 19: Line 19:
** src - C++ source files
** src - C++ source files
** platformio.ini
** platformio.ini
** See small icons at bottom for Home, Build, Upload
** See small icons at bottom for Home, Build, Upload, Serial Monitor


* SHIFT-ALT-F to format document
* SHIFT-ALT-F to format document

Revision as of 19:17, 4 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.

Libraries

Other

Development Environment

  • SHIFT-ALT-F to format document

Platformio.ini

  • monitor_speed = 115200