Files
arduino-c/README.md
2018-01-06 00:32:15 +01:00

12 lines
157 B
Markdown

# Arduino C
Programming the Arduino in pure C.
## Compile and upload
Run using the following command (example port):
```
sudo ./compile /dev/ttyUSB0
```