From 6e07e7ac811f7aed6d7cb1dd665d7e650b76a608 Mon Sep 17 00:00:00 2001 From: deadprogram Date: Wed, 3 Feb 2016 13:50:50 -0800 Subject: [PATCH] Add C.H.I.P. to supported platforms --- LICENSE | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 93995135..6bd6ecf1 100644 --- a/LICENSE +++ b/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. diff --git a/README.md b/README.md index 71846078..948f8807 100644 --- a/README.md +++ b/README.md @@ -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.