Charles Young's development fork. Going forward I only want to push mature code to main repository.
Fork of GEO_COUNTER_L432KC by
Diff: main.cpp
- Revision:
- 51:6b916f91f4d9
- Parent:
- 50:19ab5315e2b4
- Child:
- 52:6386fd7a2ded
diff -r 19ab5315e2b4 -r 6b916f91f4d9 main.cpp --- a/main.cpp Sat Sep 08 16:45:45 2018 -0700 +++ b/main.cpp Sat Sep 08 16:56:08 2018 -0700 @@ -216,6 +216,7 @@ { TickerCorrection++; Sec_Beat.attach_us(&UpdateOutput, 1000000 + 1000*TickerCorrection); + DigitsDisplay.Display_2D_write(TickerCorrection); } else if ( (direction < 0) @@ -223,8 +224,8 @@ { TickerCorrection--; Sec_Beat.attach_us(&UpdateOutput, 1000000 + 1000*TickerCorrection); + DigitsDisplay.Display_2D_write(TickerCorrection); } - DigitsDisplay.Display_2D_write(TickerCorrection); break; case PROSPECT: case VOLTS: