mirror of
https://github.com/openmv/openmv.git
synced 2025-11-04 14:49:50 +08:00
Fix comment.
This commit is contained in:
parent
21c464e2b9
commit
63642dd0b5
@ -12,7 +12,7 @@ blue_led = LED(3)
|
||||
def tick(timer):
|
||||
blue_led.toggle()
|
||||
|
||||
tim = Timer(2, freq=1) # create a timer object using timer 4 - trigger at 1Hz
|
||||
tim = Timer(2, freq=1) # create a timer object using timer 2 - trigger at 1Hz
|
||||
tim.callback(tick) # set the callback to our tick function
|
||||
|
||||
while (True):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user