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:
26:166dbe6022e8
Parent:
25:0161bf1adc81
Child:
29:3a2152a3a9d1
--- a/LED7segDisplay.hpp	Wed Sep 05 10:15:52 2018 -0700
+++ b/LED7segDisplay.hpp	Wed Sep 05 17:31:35 2018 +0000
@@ -43,7 +43,7 @@
    void Display_brightness_down();
 
 private:
-   uint16_t brightness = BRIGHTNESS_MAX;
+   uint16_t brightness;
    uint8_t     Disp_Digit[8]; // used to manage 8-digits through MAX7219
    uint16_t    Stream;        // used to stream out serial data to MAX7219