Added readme.

This commit is contained in:
Marvin Blum
2018-01-06 00:32:15 +01:00
parent 9a62dff10f
commit d18de8782d

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# Arduino C
Programming the Arduino in pure C.
## Compile and upload
Run using the following command (example port):
```
sudo ./compile /dev/ttyUSB0
```