From 3eb09259d8d40b0ab1288482f0a343ff61c6f1ec Mon Sep 17 00:00:00 2001 From: deadprogram Date: Sat, 26 Oct 2013 00:09:47 -0700 Subject: [PATCH] Add links to readme to adaptor modules --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f676c0..b12bceb 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,12 @@ robot.start ``` ## Hardware Support -_(Coming soon)_ +Cylon.js has a extensible system for connecting to hardware devices. The following robotics and physical computing platforms are currently supported: + + - [Arduino](http://www.arduino.cc/) <=> [Adaptor](https://github.com/hybridgroup/cylon-firmata) + - [Sphero](http://www.gosphero.com/) <=> [Adaptor](https://github.com/hybridgroup/cylon-sphero) + +More platforms are coming soon! ## Documentation _(Coming soon)_