Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
void setup() { }void loop() {
int sensorValue = analogRead(A0);
Serial.println(sensorValue);
}
Ce sketch n'affiche rien
Ce sketch convertis une grandeur analogique et l'envoi dur le port sensorValue
Ce sketch ne compile pas
Ce sketch affiche la tension analogique lue en entrée de A0
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!