Skip to content

Commit

Permalink
Fix image link
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoriarty committed Feb 6, 2024
1 parent 703df9f commit d51a05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/exercises/circuitpython/robotics/E2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tags: ['CircuitPython']

Technically the Blinky project we created with CircuitPython doesn't do exactly the same thing as the one we previously created with Makecode:

![MakeCode Blink](../../../../images/makecode/blink.png)
![MakeCode Blink](../../../../../public/images/makecode/blink.png)

Recall our Python code made use of the `cp.red_led` property, which toggles the small red D13 LED. To light up any of the 10 larger pixels on the device we make use of the `cp.pixels` property:

Expand Down

0 comments on commit d51a05d

Please sign in to comment.