mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-24 13:48:49 +08:00
10 lines
455 B
Go
10 lines
455 B
Go
/*
|
|
Package sphero provides the Gobot drivers for the Sphero BLE based platforms.
|
|
|
|
For further information refer to sphero readme files:
|
|
https://github.com/hybridgroup/gobot/blob/release/platforms/sphero/bb8/README.md
|
|
https://github.com/hybridgroup/gobot/blob/release/platforms/sphero/ollie/README.md
|
|
https://github.com/hybridgroup/gobot/blob/release/platforms/sphero/sprkplus/README.md
|
|
*/
|
|
package sphero // import "gobot.io/x/gobot/v2/drivers/ble/sphero"
|