pxt-calliope/libs/microphone/_locales/microphone-jsdoc-strings.json
2021-11-25 17:27:39 +01:00

6 lines
401 B
JSON

{
"input": "Events and data from sensors\n\r\nEvents and data from sensors",
"input.onLoudSound": "Registers an event that runs when a loud sound is detected",
"input.setLoudSoundThreshold": "Sets the minimum threshold for a loud sound",
"input.soundLevel": "gets the level of loudness from 0 (silent) to 255 (loud)\n\nReads the loudness through the microphone from 0 (silent) to 255 (loud)"
}