Skip to content

Commit 37bbc28

Browse files
author
Konrad Zdanowicz
committed
Fixed typo in set backled usage
1 parent a037723 commit 37bbc28

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tutorials/2. Poznajemy Sphero/1_rollowanie.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

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

2222

2323
for obrot in [1, 120, 240, 359, 1]:

0 commit comments

Comments
 (0)