We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb2c340 commit ce851acCopy full SHA for ce851ac
content/arduino-cloud/01.guides/04.micropython/content.md
@@ -301,7 +301,8 @@ def on_colored_light_changed(client, light):
301
Here is the complete code to try it out:
302
303
```python
304
-# This file is part of the Python Arduino IoT Cloud.
+# This file is part of the Python Arduino Cloud.
305
+
306
# Any copyright is dedicated to the Public Domain.
307
# https://creativecommons.org/publicdomain/zero/1.0/
308
from machine import Pin, PWM
0 commit comments