Skip to content
This repository has been archived by the owner on Mar 1, 2020. It is now read-only.

CamilleScholtz/writebotu

Repository files navigation

writebotu - Pronounced with a Japanese accent. A small Arduino writing machine, written in pure AVR cpp (so no arduino.h). Written for my first years finals project (IPASS).

INSTALLATION

Install the AVR toolchain and arduino-mk, I created CRUX ports for all these tools: https://github.com/onodera-punpun/crux-ports-arduino

USAGE

Generate svg.h, a file containing the coordinates our pen should move to by running ./svg2h.sh path/to/image.svg. Afterwards run make && sudo make upload.

POSTER

AUTHORS

Camille Scholtz

Millis library by Zak Kemble: https://github.com/zkemble/millis

REFERENCES

AVR:

V-plotter: