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:
- 60:6ae1a2390600
- Parent:
- 59:f96a503bd228
- Child:
- 61:00601fb0a3b9
diff -r f96a503bd228 -r 6ae1a2390600 main.cpp --- a/main.cpp Sat Sep 08 21:35:13 2018 -0700 +++ b/main.cpp Sat Sep 08 21:37:35 2018 -0700 @@ -118,6 +118,9 @@ //RTC::attach(&Update, RTC::Second); //RTC::detach(RTC::Second); + TRIG1.rise(&Count1_up); + TRIG2.rise(&Count2_up); + // main loop does nothing as all activities are interrupt driven while(1) {