From 7bcd2eec6976a4e2a5e2f53373572c11ac47cb3b Mon Sep 17 00:00:00 2001 From: Tristan Hearn Date: Mon, 21 Oct 2013 19:10:00 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91a57e3..41699ae 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 IO, either physically +standard serial IO, either over a physical wire 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