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 38564b5 commit 75cabccCopy full SHA for 75cabcc
src/demo.html
@@ -92,7 +92,8 @@ <h1>MicroPython-micro:bit simulator example embedding</h1>
92
<option value="pin_logo">Pin logo</option>
93
<option value="radio">Radio</option>
94
<option value="sensors">Sensors</option>
95
- <option value="sound_effects">Sound effects</option>
+ <option value="sound_effects_builtin">Sound effects (builtin)</option>
96
+ <option value="sound_effects_user">Sound effects (user)</option>
97
<option value="speech">Speech</option>
98
<option value="volume">Volume</option>
99
</select>
src/examples/sound_effects.py
0 commit comments