v.1
This commit is contained in:
+1
-1
@@ -9,6 +9,6 @@ void setup() {
|
||||
|
||||
void loop() {
|
||||
int sensorVal = digitalRead(PIN_INPUT);
|
||||
Serial.print(sensorVal); // Выводим значение в мониторе порта
|
||||
Serial.print(sensorVal); // Выводим значение в мониторе порта 3
|
||||
delay(500);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user