void loop (). {. int val=analogRead(senRead);. Serial.println(val);. if(val <= limit). {. digitalWrite(buzz,HIGH);. } else if(val > limit).
確定! 回上一頁