Skip to content

Commit e275d52

Browse files
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

+3
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)