mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-26 13:48:49 +08:00
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
6
platforms/dexter/README.md
Normal file
6
platforms/dexter/README.md
Normal 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/)
|
10
platforms/dexter/dexter.go
Normal file
10
platforms/dexter/dexter.go
Normal 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
|
Loading…
x
Reference in New Issue
Block a user