Skip to content

Commit

Permalink
[ble] Speed up Ollie example roll speed
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <[email protected]>
  • Loading branch information
deadprogram committed Jul 12, 2016
1 parent c5f996c commit 5b29de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ollie_roll.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func main() {
work := func() {
ollie.SetRGB(255, 0, 255)
gobot.Every(3*time.Second, func() {
ollie.Roll(30, uint16(gobot.Rand(360)))
ollie.Roll(40, uint16(gobot.Rand(360)))
})
}

Expand Down

0 comments on commit 5b29de3

Please sign in to comment.