Update readme to include all current platforms
This commit is contained in:
parent
f1ba43d919
commit
57f2a96969
|
@ -67,7 +67,7 @@ Cylon.robot({
|
|||
### Cat Toy (Leap Motion + Digispark + Servos)
|
||||
|
||||
```javascript
|
||||
var Cylon = require('../..');
|
||||
var Cylon = require('cylon');
|
||||
|
||||
Cylon.robot({
|
||||
connections: [
|
||||
|
@ -141,12 +141,10 @@ for (var i = 0; i < bots.length; i++) {
|
|||
Cylon.start();
|
||||
```
|
||||
|
||||
[cylon-cli]: https://github.com/hybridgroup/cylon-cli
|
||||
|
||||
## Hardware Support
|
||||
|
||||
Cylon.js has an extensible syntax for connecting to multiple, different hardware
|
||||
devices. The following platforms are currently supported:
|
||||
devices. The following 21 platforms are currently supported:
|
||||
|
||||
- [Ardrone](http://ardrone2.parrot.com/) <==> [Adaptor/Drivers](https://github.com/hybridgroup/cylon-ardrone)
|
||||
- [Arduino](http://www.arduino.cc/) <==> [Adaptor](https://github.com/hybridgroup/cylon-firmata)
|
||||
|
@ -156,9 +154,11 @@ devices. The following platforms are currently supported:
|
|||
- [Joystick](http://en.wikipedia.org/wiki/Joystick) <==> [Adaptor/Driver](https://github.com/hybridgroup/cylon-joystick)
|
||||
- [Keyboard](http://en.wikipedia.org/wiki/Computer_keyboard) <==> [Adaptor/Driver](https://github.com/hybridgroup/cylon-keyboard)
|
||||
- [Leap Motion](https://www.leapmotion.com/) <==> [Adaptor/Driver](https://github.com/hybridgroup/cylon-leapmotion)
|
||||
- [Nest](http://nest.com/) <==> [Adaptor/Drivers](https://github.com/hybridgroup/cylon-nest)
|
||||
- [Neurosky](http://store.neurosky.com/products/mindwave-mobile) <==> [Adaptor/Driver](https://github.com/hybridgroup/cylon-neurosky)
|
||||
- [OpenCV](http://opencv.org/) <==> [Adaptor/Drivers](https://github.com/hybridgroup/cylon-opencv)
|
||||
- [Pebble](http://www.getpebble.com/) <==> [Adaptor/Driver](https://github.com/hybridgroup/cylon-pebble)
|
||||
- [Pinoccio](https://pinocc.io) <==> [Adaptor/Driver](https://github.com/hybridgroup/cylon-pinoccio)
|
||||
- [Rapiro](http://www.rapiro.com/) <==> [Adaptor/Driver](https://github.com/hybridgroup/cylon-rapiro)
|
||||
- [Raspberry Pi](http://www.raspberrypi.org/) <==> [Adaptor](https://github.com/hybridgroup/cylon-raspi)
|
||||
- [Salesforce](http://www.force.com/) <==> [Adaptor/Driver](https://github.com/hybridgroup/cylon-force)
|
||||
|
@ -174,6 +174,7 @@ set of drivers supporting a number of devices:
|
|||
- Analog Sensor
|
||||
- Button
|
||||
- Continuous Servo
|
||||
- Direct Pin
|
||||
- IR Rangefinder
|
||||
- LED
|
||||
- MakeyButton
|
||||
|
@ -188,7 +189,7 @@ through a shared `cylon-i2c` module:
|
|||
- BlinkM
|
||||
- BMP180
|
||||
- HMC6352 Digital Compass
|
||||
- LCD
|
||||
- LCD Display
|
||||
- MPL115A2 Barometer/Thermometer
|
||||
- MPU6050
|
||||
|
||||
|
|
Loading…
Reference in New Issue