Skip to content

Commit

Permalink
Update micropython_examples.md
Browse files Browse the repository at this point in the history
Remove icon
  • Loading branch information
SFEMark authored Aug 9, 2024
1 parent 9b57063 commit bacbece
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/micropython_examples.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
icon simple/micropython
---




## Verify MicroPython Firmware & Hardware

Expand Down Expand Up @@ -36,4 +36,4 @@ Finally, we'll make sure we can properly control the WS2812 LED on the Pro Micro
>>> n.write()
```

Try playing around with other values between 0 and 255 for the three colors (R, G, B) and then writing the changes to switch the LED's displayed color.
Try playing around with other values between 0 and 255 for the three colors (R, G, B) and then writing the changes to switch the LED's displayed color.

0 comments on commit bacbece

Please sign in to comment.