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