Skip to content

Commit bacbece

Browse files
authored
Update micropython_examples.md
Remove icon
1 parent 9b57063 commit bacbece

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/micropython_examples.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
2-
icon simple/micropython
3-
---
1+
2+
3+
44

55
## Verify MicroPython Firmware & Hardware
66

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

39-
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.
39+
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 commit comments

Comments
 (0)