Skip to content
Snippets Groups Projects
Commit fa82aa81 authored by Metallicow's avatar Metallicow
Browse files

LED Fix

parent ae9c82d5
Branches
Tags
No related merge requests found
...@@ -2,8 +2,8 @@ import pyb ...@@ -2,8 +2,8 @@ import pyb
def led_angle(seconds_to_run_for): def led_angle(seconds_to_run_for):
# make LED objects # make LED objects
l1 = pyb.Led(1) l1 = pyb.LED(1)
l2 = pyb.Led(2) l2 = pyb.LED(2)
accel = pyb.Accel() accel = pyb.Accel()
for i in range(20 * seconds_to_run_for): for i in range(20 * seconds_to_run_for):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment