Skip to content

Commit

Permalink
Fixed typo in set backled usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Zdanowicz committed Oct 18, 2015
1 parent a037723 commit 37bbc28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tutorials/2. Poznajemy Sphero/1_rollowanie.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

with Kulka(ADDR) as kulka:
# zapal tylnią diodkę, aby było wiadomo gdzie jest "tył" kulki
kulka.set_back_led_output(255)
kulka.set_back_led(255)


for obrot in [1, 120, 240, 359, 1]:
Expand Down

0 comments on commit 37bbc28

Please sign in to comment.