Add links to readme to adaptor modules
This commit is contained in:
parent
08da7d3390
commit
3eb09259d8
|
@ -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)_
|
||||
|
|
Loading…
Reference in New Issue