pxt-common-packages
Version:
Microsoft MakeCode (PXT) common packages
6 lines • 362 B
JSON
{
"input": "Respond to and read data from buttons and sensors.\n\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": "Reads the loudness through the microphone from 0 (silent) to 255 (loud)"
}