Charles Young's development fork. Going forward I only want to push mature code to main repository.
Fork of GEO_COUNTER_L432KC by
Diff: RotarySwitch.hpp
- Revision:
- 42:204c99cf3fde
- Parent:
- 38:1642320d83a0
--- a/RotarySwitch.hpp Thu Sep 06 10:42:07 2018 -0700 +++ b/RotarySwitch.hpp Thu Sep 06 10:53:42 2018 -0700 @@ -52,7 +52,7 @@ WheelState currentWheelState; uint8_t LED_status; uint8_t LED_status_index; - const uint8_t LED_status_index_size = 8; + static const uint8_t LED_status_index_size = 8; uint8_t LED_status_reported; int WheelCurrent; int WheelPrevious;