Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
void setup() {
Serial.begin(9600)
} void loop() {
int sensorValue = analogRead(A1);
Serial.println(sensorValue);
}
Ce sketch affiche la tension analogique lue en entrée de A1
Ce sketch initialise la liaison série pour communiquer avec un capteur
Ce sketch ne compile pas
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!