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 14: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.
- https://www.arduino.cc — Marketplace
- Adafruit HUZZAH ESP8266 Breakout $9.95
- Adafruit Feather HUZZAH with ESP8266 WiFi $15.95
LED Protocol: neopixel:
Neat websites:
LED signs: