Difference between revisions of "Arduino notes"
From Wiki at Neela Nurseries
m |
|||
Line 8: | Line 8: | ||
* https://www.youtube.com/watch?v=qAM2S27FWAI . . . avr-dude and related tools can program Arduino Uno boards | * https://www.youtube.com/watch?v=qAM2S27FWAI . . . avr-dude and related tools can program Arduino Uno boards | ||
+ | |||
+ | * https://playground.arduino.cc/OpenBSD/CLI . . . Arduino development work on OpenBSD systems | ||
Revision as of 19:14, 23 April 2018
Getting started . . .
- https://playground.arduino.cc/Learning/CommandLine . . . mentions PlatformIO "ecosystem" and specific Linux ready command line tools for working with Arduino
- https://www.youtube.com/watch?v=qAM2S27FWAI . . . avr-dude and related tools can program Arduino Uno boards
- https://playground.arduino.cc/OpenBSD/CLI . . . Arduino development work on OpenBSD systems
Specific Arduino projects . . .
FreeRTOS port to Arduino . . .