microbit-foundation / micropython-microbit-v2

Temporary home for MicroPython for micro:bit v2 as we stablise it before pushing upstream
MIT License
44 stars 25 forks source link

Implement `microphone.set_sensitivity(gain)` #184

Closed microbit-carlos closed 5 months ago

microbit-carlos commented 5 months ago

As discussed in:

The following values can be provided in the microphone module:

e.g. microphone.set_sensitivity(microphone.SENSITIVITY_HIGH)

dpgeorge commented 5 months ago

Now implemented in the branch/PR.