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:
- 58:d15adb224e5a
- Parent:
- 57:f4215ca747e5
- Child:
- 59:f96a503bd228
--- a/main.cpp Sat Sep 08 21:24:22 2018 -0700 +++ b/main.cpp Sat Sep 08 21:30:11 2018 -0700 @@ -58,7 +58,7 @@ uint32_t Count1, Count2; // pulse counters (32-bit) int32_t TickerCorrection = 0; -uint32_t TickerPeriod = 25000; +uint32_t TickerPeriod = 100000; uint32_t TickerPeriodCount = 0; const uint32_t TickerPeriodsPerSecond = 1000000/TickerPeriod; const int16_t TickerCorrectionMax = 99;