Skip to content

Commit ce851ac

Browse files
Update content/arduino-cloud/01.guides/04.micropython/content.md
Co-authored-by: Josefine Hansson <[email protected]>
1 parent cb2c340 commit ce851ac

File tree

1 file changed

+2
-1
lines changed
  • content/arduino-cloud/01.guides/04.micropython

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,8 @@ def on_colored_light_changed(client, light):
301301
Here is the complete code to try it out:
302302

303303
```python
304-
# This file is part of the Python Arduino IoT Cloud.
304+
# This file is part of the Python Arduino Cloud.
305+
305306
# Any copyright is dedicated to the Public Domain.
306307
# https://creativecommons.org/publicdomain/zero/1.0/
307308
from machine import Pin, PWM

0 commit comments

Comments
 (0)