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 32f6161 commit d7884faCopy full SHA for d7884fa
lang/en/typeshed/stdlib/microbit/microphone.pyi
@@ -80,11 +80,11 @@ def sound_level() -> int:
80
...
81
82
def sound_level_db() -> int:
83
- """Get the sound pressure level in decibels.
+ """Get the sound pressure level in decibels (dB) in the range of 52.0 to 110.0 dB.
84
85
Example: ``microphone.sound_level_db()``
86
87
- :return: A representation of the sound pressure level in decibels (dB).
+ :return: A representation of the sound pressure level in decibels (dB) in the range of 52.0 to 110.0 dB.
88
"""
89
90
0 commit comments