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:
30:2fa7fcabf7c7
Parent:
28:c81d00ec28a3
Child:
31:f162f9b02b6a
--- a/main.cpp	Wed Sep 05 12:43:46 2018 -0700
+++ b/main.cpp	Wed Sep 05 13:02:13 2018 -0700
@@ -186,6 +186,7 @@
 
 void Count1_up(void)
 {                       
+   Beep();
    Count1++;                        
    return; 
 }
@@ -195,6 +196,7 @@
 
 void Count2_up(void)
 {                      
+   Beep();
    Count2++;                        
    return; 
 }