Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e275d52

Browse files
sebromerokarlsoderby
andauthoredMar 26, 2024
Update content/arduino-cloud/01.guides/04.micropython/content.md
Co-authored-by: Karl Söderby <[email protected]>
1 parent 9039219 commit e275d52

File tree

1 file changed

+3
-0
lines changed
  • content/arduino-cloud/01.guides/04.micropython

1 file changed

+3
-0
lines changed
 

‎content/arduino-cloud/01.guides/04.micropython/content.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,8 +298,11 @@ def on_colored_light_changed(client, light):
298298
set_leds_from_rgb((0, 0, 0)) # Turn LEDs off
299299
```
300300

301+
### Full Code Example
302+
301303
Here is the complete code to try it out:
302304

305+
303306
```python
304307
# This file is part of the Python Arduino Cloud.
305308

0 commit comments

Comments
 (0)
Please sign in to comment.