My Arduino sketch folder
- My first "Arduino's" where BB atmega328P, elm-chan-style TQFP, and one mega1284p.
- The first modules I bought where JeeNode's JeeLabs and a collection of JeePort modules
-
Main doc for notes on "headless" build setup.
-
Prototype notes on using GIT history with derived files.
-
Blink is always a usefull starting point
Prototype/TempGuard Mpe/Cassette328P Mpe/Cassette328P/ Misc/LCFrequencyMeter/ Misc/SinePWM/ Misc/nokia_pcd8544_display_testing
Other notes:
With arduino-cli
arduino-cli compile -b arduino:avr:pro --build-properties build.extra_flags=-DBLINK_PIN=13 Prototype/Blink
arduino-cli upload -v -b arduino:avr:pro -p /dev/ttyUSB1 Prototype/Blink