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:
- 70:a07ab0091d5a
- Parent:
- 69:b9060324f125
- Child:
- 71:fe799147584b
--- a/main.cpp Sun Sep 09 12:33:14 2018 -0700 +++ b/main.cpp Sun Sep 09 12:43:17 2018 -0700 @@ -142,11 +142,12 @@ // main loop does nothing as all activities are interrupt driven while(1) { - // Manage user I/O outside Ticker interrupt for accuracy - wait_us(TickerPeriod); - if (TickerPeriodCount == 0) - UpdateOutput(); - UpdateInput(); + // somehow this makes it worse + // // Manage user I/O outside Ticker interrupt for accuracy + // wait_us(TickerPeriod); + // if (TickerPeriodCount == 0) + // UpdateOutput(); + // UpdateInput(); } } @@ -190,9 +191,9 @@ TickerPeriodCount = 0; - // UpdateOutput(); + UpdateOutput(); } - // UpdateInput(); + UpdateInput(); } void UpdateOutput()