Loudness Sensor
A loudness sensor measures noise.
Information
Image by funduino, CC-BY-SA.
Connection scheme
Scheme made with Fritzing.
Functions
Analog Read
Analog Read State
Reads a analog value.
void function_0_Lautst_rke_sensor(){
int value = analogRead(pin_0_loudnessSensor);
function_0_Lautst_rke_sensor();
}
int value = analogRead(pin_0_loudnessSensor);
void function_0_Lautst_rke_sensor(){
int value = analogRead(pin_0_loudnessSensor);
state = 1;
}
Last modified April 12, 2022: updated code snippets (e7162de)