Add C.H.I.P. to supported platforms
This commit is contained in:
parent
d36e29028e
commit
6e07e7ac81
2
LICENSE
2
LICENSE
|
@ -1,4 +1,4 @@
|
|||
Copyright (c) 2013-2015 The Hybrid Group
|
||||
Copyright (c) 2013-2016 The Hybrid Group
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
|
|
|
@ -98,6 +98,7 @@ Gobot has a extensible system for connecting to hardware devices. The following
|
|||
- [Arduino](http://www.arduino.cc/) <=> [Package](https://github.com/hybridgroup/gobot/tree/master/platforms/firmata)
|
||||
- [Beaglebone Black](http://beagleboard.org/Products/BeagleBone+Black/) <=> [Package](https://github.com/hybridgroup/gobot/tree/master/platforms/beaglebone)
|
||||
- [Bebop](http://www.parrot.com/usa/products/bebop-drone/) <=> [Package](https://github.com/hybridgroup/gobot/tree/master/platforms/bebop)
|
||||
- [C.H.I.P](http://www.nextthing.co/pages/chip) <=> [Package](https://github.com/hybridgroup/gobot/tree/master/platforms/chip)
|
||||
- [Digispark](http://digistump.com/products/1) <=> [Package](https://github.com/hybridgroup/gobot/tree/master/platforms/digispark)
|
||||
- [Intel Edison](http://www.intel.com/content/www/us/en/do-it-yourself/edison.html) <=> [Package](https://github.com/hybridgroup/gobot/tree/master/platforms/intel-iot/edison)
|
||||
- [Joystick](http://en.wikipedia.org/wiki/Joystick) <=> [Package](https://github.com/hybridgroup/gobot/tree/master/platforms/joystick)
|
||||
|
@ -191,4 +192,4 @@ For our contribution guidelines, please go to [https://github.com/hybridgroup/go
|
|||
).
|
||||
|
||||
## License
|
||||
Copyright (c) 2013-2015 The Hybrid Group. Licensed under the Apache 2.0 license.
|
||||
Copyright (c) 2013-2016 The Hybrid Group. Licensed under the Apache 2.0 license.
|
||||
|
|
Loading…
Reference in New Issue