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 75804df commit e8e3980Copy full SHA for e8e3980
examples/streams-generator-pwm/README.md
@@ -16,7 +16,8 @@ It should also be possible to connect a headphone to the output pins...
16
17
The pins depend on the Processor:
18
19
-| PIEZO | ESP32 | Rpi Pico |
20
-| --------| ---------------|-----------------|
21
-| + | GPIO4/GPIO5 | GPIO02/GPIO03 |
22
-| - | GND | |
+
+| PIEZO | ESP32 | RPI Pico | MBED |
+| --------| -------------|---------------|--------------|
+| + | GPI4/GPIO5 | GPI2/GPIO3 | GPI2/GPI3 |
23
+| - | GND | | |
0 commit comments