Skip to content

Commit

Permalink
Update gpio.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
P-R-O-C-H-Y committed May 6, 2024
1 parent 1b17fea commit bbfff83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/gpio/gpio.ino
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ void setup()
UNITY_BEGIN();
pinMode(BTN, INPUT_PULLUP);
RUN_TEST(test_button);
delay(1000); //delay for scenario to finish
UNITY_END();

}

void loop()
Expand Down

0 comments on commit bbfff83

Please sign in to comment.