gopigo3: moving GoPiGo3 into separate subpackage of Dexter to make room for more robots

Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
deadprogram 2017-09-14 14:16:20 +02:00
parent 019300cb34
commit 40fc1a2411
4 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,6 @@
# Dexter
This package contains the Gobot drivers for the various Dexter Industries (https://www.dexterindustries.com) robots.
This package currently supports the following robots:
- [GoPiGo3](https://www.dexterindustries.com/gopigo3/)

View File

@ -0,0 +1,10 @@
/*
Package dexter contains Gobot drivers for the Dexter Industries robots
This package currently supports the following robots:
- GoPiGo3
For further information refer to Dexter README:
https://gobot.io/x/gobot/blob/master/platforms/dexter/README.md
*/
package dexter