Added the serial input function to the loop
This commit is contained in:
parent
7999321f8c
commit
f9c1e4ff4e
1 changed files with 3 additions and 0 deletions
|
|
@ -376,6 +376,9 @@ void loop() {
|
|||
// Check for error state
|
||||
checkError();
|
||||
|
||||
// Get Serial Input
|
||||
serialInput();
|
||||
|
||||
// Checks state of the interrupt trigger, prints status, then sets output pin low
|
||||
Serial.print("PZ Status:");
|
||||
Serial.println(sensorHReading);
|
||||
|
|
|
|||
Loading…
Reference in a new issue