From 5a270191b5541f609841d06dc820c7cc5352351f Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Fri, 25 Apr 2014 15:49:19 +0100 Subject: [PATCH] README: update README with more accurate information Signed-off-by: Brendan Le Foll --- README | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README b/README index e3f0566..a2d35ac 100644 --- a/README +++ b/README @@ -6,16 +6,18 @@ Library for C/C++ to interface with Galileo & other Intel platforms over: - SPI - GPIO - PWM +- AIO In a structured and sane API with port nanmes/numbering that match boards. The intent is to make it easier for developers and sensor manufacturers to map -their sensors & actuators on top of Intel hardware. +their sensors & actuators on top of supported hardware and to allow control of +low level communication protocol by high level languages & constructs. -=== ENV REQUIREMENTS === +=== ENV RECOMENDATIONS === node.js 0.10.26 -python 3.3.5 +python 3.3.x or 2.7.x swig-v8 3.0.1 (if you want node.js to work you need to use swig-v8) I'm using f31c1dce7a45c4b8ed7e6ff845f4c74539e056f1 from http://github.com:oliver----/swig-v8