LED Fix
This commit is contained in:
parent
ae9c82d5f3
commit
fa82aa81c0
|
@ -2,8 +2,8 @@ import pyb
|
|||
|
||||
def led_angle(seconds_to_run_for):
|
||||
# make LED objects
|
||||
l1 = pyb.Led(1)
|
||||
l2 = pyb.Led(2)
|
||||
l1 = pyb.LED(1)
|
||||
l2 = pyb.LED(2)
|
||||
accel = pyb.Accel()
|
||||
|
||||
for i in range(20 * seconds_to_run_for):
|
||||
|
|
Loading…
Reference in New Issue