Skip to content

Commit

Permalink
Added serial feedback for trigger function #featureadd
Browse files Browse the repository at this point in the history
  • Loading branch information
pyr0ball committed Oct 29, 2019
1 parent 81fb71a commit 5e69da1
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -19,6 +19,7 @@ void pulse() {
sensorHReading = 1;
delay(TRG_DUR);
digitalWriteFast(TRG_OUT, HIGH);
Serial.println("Trig'd!");
}

/*------------------------------------------------*/
Expand Down

0 comments on commit 5e69da1

Please sign in to comment.