mirror of
https://github.com/alankrantas/microbit-micropython-cookbook.git
synced 2025-12-21 20:40:28 +01:00
Update rc_movemini.py
This commit is contained in:
@@ -72,7 +72,7 @@ class MoveMini:
|
|||||||
car = MoveMini()
|
car = MoveMini()
|
||||||
|
|
||||||
while True:
|
while True:
|
||||||
sleep(10)
|
sleep(25)
|
||||||
|
|
||||||
direction = radio.receive()
|
direction = radio.receive()
|
||||||
if direction == None:
|
if direction == None:
|
||||||
|
|||||||
Reference in New Issue
Block a user