Skip to content

Commit

Permalink
Added the serial input function to the loop
Browse files Browse the repository at this point in the history
  • Loading branch information
pyr0ball committed Feb 19, 2019
1 parent 7999321 commit f9c1e4f
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -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);
Expand Down

0 comments on commit f9c1e4f

Please sign in to comment.