mirror of
https://github.com/Kugelschieber/arduino-c.git
synced 2026-01-18 11:00:26 +00:00
Updated documentation.
This commit is contained in:
12
README.md
12
README.md
@@ -1,11 +1,19 @@
|
||||
# Arduino C
|
||||
|
||||
Programming the Arduino in pure C.
|
||||
Programming the Arduino in pure C on Linux.
|
||||
|
||||
## Requirements
|
||||
|
||||
* arvdude
|
||||
* arv-gcc
|
||||
* avr-libc
|
||||
|
||||
## Compile and upload
|
||||
|
||||
Run using the following command (example port):
|
||||
|
||||
```
|
||||
sudo ./compile /dev/ttyUSB0
|
||||
sudo ./compile.sh /dev/ttyUSB0
|
||||
```
|
||||
|
||||
The port can be found by looking inside `/dev`, the system file `ll /sys/class/tty/ttyUSB*`, or by running `lsusb`.
|
||||
|
||||
Reference in New Issue
Block a user