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 d51a05d commit 62a3146
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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](../../../../../public/images/makecode/blink.png)
![MakeCode Blink](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 62a3146

Please sign in to comment.