mirror of
https://github.com/thearn/Python-Arduino-Command-API.git
synced 2026-04-24 03:00:20 -04:00
Update README.md
This commit is contained in:
@@ -38,7 +38,7 @@ while True:
|
|||||||
## Setup:
|
## Setup:
|
||||||
1. Verify that your Arduino board communicates at the baud rate specified in the
|
1. Verify that your Arduino board communicates at the baud rate specified in the
|
||||||
`setup()` function (line 243) in `prototype.ino`. Change it there if necessary.
|
`setup()` function (line 243) in `prototype.ino`. Change it there if necessary.
|
||||||
1. Load the sketch `sketches\prototype\prototype.ino` onto your Arduino board, using the Arduino IDE.
|
1. Load the `prototype.ino` sketch onto your Arduino board, using the Arduino IDE.
|
||||||
2. Import the included arduino library `Arduino.py` into your python script.
|
2. Import the included arduino library `Arduino.py` into your python script.
|
||||||
|
|
||||||
For a collection of examples, see `examples.py`. This file contains methods which replicate
|
For a collection of examples, see `examples.py`. This file contains methods which replicate
|
||||||
|
|||||||
Reference in New Issue
Block a user