Arduino: Difference between revisions
Appearance
	
	
NickPGSmith (talk | contribs)  | 
				NickPGSmith (talk | contribs)  | 
				||
| Line 12: | Line 12: | ||
== Development Environment ==  | == Development Environment ==  | ||
* Visual Studio Code, install [https://  | * Visual Studio Code, install [https://platformio.org/install/ide?install=vscode Platform.io IDE] extension  | ||
* SHIFT-ALT-F to format document  | * SHIFT-ALT-F to format document  | ||
* platformio.ini  | * platformio.ini  | ||
** monitor_speed = 115200  | ** monitor_speed = 115200  | ||
Revision as of 18:25, 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
- Standard Libraries
 - LiquidCrystal_PCF8574 derived from Liquid Crystal
 
Other
Development Environment
- Visual Studio Code, install Platform.io IDE extension
 - SHIFT-ALT-F to format document
 - platformio.ini
- monitor_speed = 115200