1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-05-14 19:29:32 +08:00
deadprogram 953c3254e7 core: use canonical import domain of gobot.io for all code
Signed-off-by: deadprogram <ron@hybridgroup.com>
2016-12-08 13:24:03 +01:00

19 lines
271 B
Markdown

# Sphero Ollie
The Sphero Ollie is toy robot that is controlled using Bluetooth LE.
## How to Install
```
go get -d -u gobot.io/x/gobot/... && go install gobot.io/x/gobot/platforms/ble
```
## How to Use
```go
// code here
```
## How to Connect
Instructions here...