mirror of
https://github.com/Kugelschieber/arduino-c.git
synced 2026-01-18 11:00:26 +00:00
12 lines
157 B
Markdown
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
|
|
```
|