readSoundValue(id)
Get the sound intensity.
Parameter
Return Values
Example
#include "uKitExplore2.h"
void setup() {
Initialization();
}
void loop() {
Serial.println(readSoundValue(1));
delay(400);
}Last updated