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 807fd5d commit 2e94643Copy full SHA for 2e94643
docs/pin.rst
@@ -79,7 +79,9 @@ in MicroPython, but that are not available via the edge connector:
79
* ``pin_logo`` - A touch sensitive logo pin on the front of the micro:bit,
80
which by default is set to capacitive touch mode.
81
82
-* ``pin_speaker`` - A pin to address the micro:bit speaker.
+* ``pin_speaker`` - A pin to address the micro:bit speaker. This API is
83
+ intended only for use in Pulse-Width Modulation pin operations eg.
84
+ ``pin_speaker.write_analog(128)``.
85
86
87
Pulse-Width Modulation
0 commit comments