Difference between revisions of "Arduino notes"
From Wiki at Neela Nurseries
Line 17: | Line 17: | ||
FreeRTOS port to Arduino . . . | FreeRTOS port to Arduino . . . | ||
− | * | + | * https://github.com/feilipu/Arduino_FreeRTOS_Library |
− | |||
<!-- comment --> | <!-- comment --> |
Revision as of 19:03, 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
Specific Arduino projects . . .
FreeRTOS port to Arduino . . .