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:
72:4838d419f33c
Parent:
71:fe799147584b
Child:
73:48f87b5ddafc
--- a/main.cpp	Thu Sep 13 15:05:08 2018 -0700
+++ b/main.cpp	Thu Sep 13 15:07:19 2018 -0700
@@ -3,6 +3,7 @@
 //
 //  Latest review: August 27, 2018 - Walter Trovo
 //
+//  Sep 13, 2018: Charles Young: CNT1 and CNT2 smooth
 //  Sep  9, 2018: Charles Young: CNT1 and CNT2 accurate except for jumping up
 //  Sep  6, 2018: Charles Young: Functioning mode selection - modes partially implemented
 //  Sep  5, 2018: Charles Young: Created LED7segDisplay class
@@ -61,7 +62,7 @@
 uint32_t Count1, Count2;    // pulse counters (32-bit)
 #define  CountAvg 4
 uint32_t Count1Avg[CountAvg], Count2Avg[CountAvg];    // pulse counters (32-bit)
-uint8_t  CountAvgIndex = 0
+uint8_t  CountAvgIndex = 0;
 uint32_t Count1Save;
 uint32_t Count2Save;