Charles Young's development fork. Going forward I only want to push mature code to main repository.
Fork of GEO_COUNTER_L432KC by
Diff: main.cpp
- Revision:
- 31:f162f9b02b6a
- Parent:
- 30:2fa7fcabf7c7
- Child:
- 32:12f725e0235e
--- a/main.cpp Wed Sep 05 13:02:13 2018 -0700 +++ b/main.cpp Wed Sep 05 13:06:12 2018 -0700 @@ -208,7 +208,7 @@ void Beep(void) { BUZZ = 1; // turn-on the buzzer - wait(0.3); // wait + //wait(0.3); // wait BUZZ = 0; // turn-off the buzzer return; }