collapseos/recipes/arduinouno/README.md

8 lines
273 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.
2020-08-19 05:46:14 +10:00
* [Writing to a AT28 EEPROM from a modern environment](at28.md)