pull/645/head
Metallicow 2014-05-31 23:10:10 -06:00
rodzic ae9c82d5f3
commit fa82aa81c0
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -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