You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -33,15 +33,15 @@ To set up on CircuitPython:
33
33
## Code Examples - non-CircuitPython
34
34
35
35
***[move_simple.py](examples/move_simple.py)** — a non-CircuitPython dependent example that can be run in any Python environment
36
-
***sequence_simple.py** — a non-CircuitPython dependent example that can be run in any Python environment
36
+
***[sequence_simple.py](examples/sequence_simple.py)** — a non-CircuitPython dependent example that can be run in any Python environment
37
37
38
38
## Code Examples - CircuitPython
39
39
40
-
***move_simple_led.py** — changes the brightness of an LED
41
-
***move_simple_servo.py** — changes the angle of a servo
42
-
***sequence_simple_servo.py** — runs a sequence of moves for a servo
43
-
***two_sequences_at_once_led.py** — shows how to do two sequences simultaneously, for example dimming two LEDs in opposite directions
44
-
***two_sequences_at_once_servo.py** — runs different sequences for different servos simultaneously
40
+
***[move_simple_led.py](examples/move_simple_led.py)** — changes the brightness of an LED
41
+
***[move_simple_servo.py](examples/move_simple_servo.py)** — changes the angle of a servo
42
+
***[sequence_simple_servo.py](examples/sequence_simple_servo.py)** — runs a sequence of moves for a servo
43
+
***[two_sequences_at_once_led.py](examples/two_sequences_at_once_led.py)** — shows how to do two sequences simultaneously, for example dimming two LEDs in opposite directions
44
+
***[two_sequences_at_once_servo.py](examples/two_sequences_at_once_servo.py)** — runs different sequences for different servos simultaneously
0 commit comments