Charles Young's development fork. Going forward I only want to push mature code to main repository.

Dependencies:   mbed

Fork of GEO_COUNTER_L432KC by Geo Electronics "Geo Counter"

Revision:
32:12f725e0235e
Parent:
31:f162f9b02b6a
Child:
33:35e3ab4d5ba7
--- a/main.cpp	Wed Sep 05 13:06:12 2018 -0700
+++ b/main.cpp	Wed Sep 05 13:15:19 2018 -0700
@@ -208,7 +208,7 @@
 void Beep(void)       
 {                       
    BUZZ = 1;         // turn-on the buzzer
-   //wait(0.3);        // wait
+   wait_us(100);        // wait
    BUZZ = 0;         // turn-off the buzzer   
    return; 
 }