mirror of
https://github.com/thearn/Python-Arduino-Command-API.git
synced 2026-01-11 07:28:02 -05:00
Update README.md
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
The Python Arduino Command API is a light-weight Python package for
|
||||
communicating with Arduino microcontroller boards from a connected computer, either physically or wirelessly.
|
||||
It is written using a custom protocol, similar to Firmata (http://firmata.org/wiki/Main_Page).
|
||||
This allows a user to quickly protoype programs
|
||||
for Arduino or to simply read and control harware connected to an Arduino from
|
||||
a host computer, without having to reload sketches onto an Arduino board.
|
||||
|
||||
This allows a user to quickly protoype programs for Arduino using Python code, or to simply read, control, or
|
||||
troubleshoot harware connected to an Arduino board, without ever having to recompile and reload sketches.
|
||||
|
||||
Method names within the Python Arduino Command API are designed to be as close
|
||||
as possible to their Arduino programming language counterparts.
|
||||
|
||||
Reference in New Issue
Block a user