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:
parent
019300cb34
commit
40fc1a2411
|
@ -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/)
|
|
@ -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
|
Loading…
Reference in New Issue