store-consts
Metallicow 2014-05-31 23:10:10 -06:00
parent ae9c82d5f3
commit fa82aa81c0
1 changed files with 3 additions and 3 deletions

View File

@ -2,9 +2,9 @@ import pyb
def led_angle(seconds_to_run_for):
# make LED objects
l1 = pyb.Led(1)
l2 = pyb.Led(2)
accel = pyb.Accel()
l1 = pyb.LED(1)
l2 = pyb.LED(2)
accel = pyb.Accel()
for i in range(20 * seconds_to_run_for):
# get x-axis