From f4bad86fe1a2e614d7569409ef9f9ff4e6c32ffd Mon Sep 17 00:00:00 2001 From: Tristan Hearn Date: Fri, 19 Apr 2013 16:20:16 -0300 Subject: [PATCH] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 2d7bdb7..32fa2f5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # Python Arduino Command API -Inspired, in part, by the no-longer updated "Python Arduino Prototyping API" (https://github.com/HashNuke/Python-Arduino-Prototyping-API/). - The Python Arduino Command API is a light-weight Python package for communicating with Arduino microcontroller boards. It is written using a custom protocol, similar to Firmata (http://firmata.org/wiki/Main_Page).