[ble] Speed up Ollie example roll speed
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
parent
c5f996c543
commit
5b29de3ff7
|
@ -17,7 +17,7 @@ func main() {
|
||||||
work := func() {
|
work := func() {
|
||||||
ollie.SetRGB(255, 0, 255)
|
ollie.SetRGB(255, 0, 255)
|
||||||
gobot.Every(3*time.Second, func() {
|
gobot.Every(3*time.Second, func() {
|
||||||
ollie.Roll(30, uint16(gobot.Rand(360)))
|
ollie.Roll(40, uint16(gobot.Rand(360)))
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue