Skip to content

Commit 8e25a05

Browse files
author
Philip van Allen
committed
fix example links
1 parent 4e817e0 commit 8e25a05

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ To set up on CircuitPython:
3333
## Code Examples - non-CircuitPython
3434

3535
* **[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
3737

3838
## Code Examples - CircuitPython
3939

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
4545

4646
## Easing Types
4747

0 commit comments

Comments
 (0)