}
void loop() { val = analogRead(analogPin); Serial.print("val = "); Serial.println(val); if (val < 500 and x == 0) { LINE.notify(message); delay(1000); } if (val < 500) { x = 1; } else { x = 0; } delay(1000);
Info
この質問は閉じられています。 編集または回答するには再度開いてください。
この質問は閉じられています。
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!