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:
29:3a2152a3a9d1
Parent:
27:81c417f7cf1a
Child:
41:08bf3ea5eba4
diff -r c81d00ec28a3 -r 3a2152a3a9d1 LED7segDisplay.cpp
--- a/LED7segDisplay.cpp	Wed Sep 05 12:33:47 2018 -0700
+++ b/LED7segDisplay.cpp	Wed Sep 05 12:43:46 2018 -0700
@@ -51,7 +51,7 @@
 //---------------------------------------------------------------------------
 // Refresh the 6 digits of the main display
 
-void LED7segDisplay::Display_6D_write(uint8_t value)
+void LED7segDisplay::Display_6D_write(uint32_t value)
 {
  
    uint8_t digit;