Charles Young's development fork. Going forward I only want to push mature code to main repository.
Fork of GEO_COUNTER_L432KC by
Diff: LED7segDisplay.hpp
- Revision:
- 35:63e6c6fe6eec
- Parent:
- 34:10550b327e3d
- Child:
- 40:a41b4e8f03a2
--- a/LED7segDisplay.hpp Thu Sep 06 05:37:59 2018 -0700 +++ b/LED7segDisplay.hpp Thu Sep 06 05:41:18 2018 -0700 @@ -41,7 +41,7 @@ void Display_2D_write(unsigned short); // write to MAX7219 (Gate 2-digits display) void Display_brightness_up(); void Display_brightness_down(); - uint16_t GetBrightness(return brightness;); + uint16_t GetBrightness() {return brightness;}; private: uint16_t brightness;