Arduino: Difference between revisions
Appearance
	
	
| NickPGSmith (talk | contribs) | NickPGSmith (talk | contribs) | ||
| Line 15: | Line 15: | ||
| ** See [https://docs.platformio.org/en/latest/integration/ide/vscode.html#quick-start Quck Start) | ** See [https://docs.platformio.org/en/latest/integration/ide/vscode.html#quick-start Quck Start) | ||
| * Extension icon -> New Project | * Extension icon -> New Project | ||
| ** include - header files | |||
| ** lib - libraries | |||
| ** src - C++ source files | |||
| ** platformio.ini | |||
| ** See small icons at bottom for Home, Build, Upload | ** See small icons at bottom for Home, Build, Upload | ||
| * SHIFT-ALT-F to format document | |||
| === Platformio.ini === | |||
| * monitor_speed = 115200 | |||
Revision as of 19:06, 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
- Extension icon -> New Project
- include - header files
- lib - libraries
- src - C++ source files
- platformio.ini
- See small icons at bottom for Home, Build, Upload
 
- SHIFT-ALT-F to format document
Platformio.ini
- monitor_speed = 115200
