Update README.md

This commit is contained in:
Tristan Hearn
2013-04-19 16:38:28 -03:00
parent 30b9ed4a43
commit 01f80900ae

View File

@@ -47,7 +47,7 @@ For a collection of examples, see `examples.py`. This file contains methods whic
the functionality of many Arduino demo sketches.
## Classes
*Arduino(baud)* - Set up communication with currently connected and powered
- `Arduino(baud)` - Set up communication with currently connected and powered
Arduino.
```python
board = Arduino("9600") #Example