Added the serial input function to the loop

This commit is contained in:
pyr0ball 2019-02-19 01:30:09 -08:00
parent 7999321f8c
commit f9c1e4ff4e

View file

@ -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);