From 3f9b3f41bcec4eb983e7cc5833680cfc6f0fb160 Mon Sep 17 00:00:00 2001 From: Tristan Hearn Date: Sun, 28 Apr 2013 22:03:40 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5607efd..9753912 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The Python Arduino Command API is a light-weight Python library for communicating with [Arduino microcontroller boards](http://www.arduino.cc/) from a connected computer using -standard serial I/O, either physically +standard serial IO, 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 using Python code, or to