Difference between revisions of "Arduino Notes"

From Simson Garfinkel
Jump to navigationJump to search
m
m
 
Line 1: Line 1:
Arduino is an open source hardware platform that runs a rather odd variant of C in which you define two functions---a function that runs at startup, and a function that runs repeatedly.
Other options include running [[CircuitPython]].
* https://www.arduino.cc — Marketplace
* https://www.arduino.cc — Marketplace
* [https://www.adafruit.com/product/2471 Adafruit HUZZAH ESP8266 Breakout] $9.95
* [https://www.adafruit.com/product/2471 Adafruit HUZZAH ESP8266 Breakout] $9.95

Latest revision as of 15:28, 22 October 2019

Arduino is an open source hardware platform that runs a rather odd variant of C in which you define two functions---a function that runs at startup, and a function that runs repeatedly.

Other options include running CircuitPython.

LED Protocol: neopixel:

Neat websites:

LED signs: