collapseos/recipes/arduinouno/README.md

8 lines
280 B
Markdown
Raw Normal View History

2020-07-23 07:26:06 +10:00
# Arduino Uno
The Arduino Uno is a very popular platform based on the ATMega328p. While
Collapse OS doesn't run on AVR MCUs (yet?), the Arduino can be a handy tool,
which is why we have recipes for it here.
* [Writing to a AT28 EEPROM from a modern environment](at28/README.md)