Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: SPI_TFTx2_ILI9341 TOUCH_TFTx2_ILI9341 TFT_fonts mbed
Fork of CANary by
Diff: main.cpp
- Branch:
- Metric
- Revision:
- 106:f016912a03db
- Parent:
- 105:2da2d9378c57
- Child:
- 107:e9be732c1ad4
--- a/main.cpp Fri Jun 28 00:13:08 2013 +0000
+++ b/main.cpp Fri Jun 28 20:26:11 2013 +0000
@@ -17,6 +17,8 @@
// * Add ability to transfer settings config file to/from USB
// * Add once-on-powerup/powerdown log
// * Move log dump to ISR (but CAN RX at higher priority)
+// * Add "recording" indicator on Main
+// * Temperature table `terpolation
#include "mbed.h"
#include "CAN.h"
@@ -528,10 +530,6 @@
case 01: // left col middle row
if (dMode[whichTouched]==configScreen) {
logEn = !logEn;
- //if (!logEn) {
- // repeatPoll=false; // disable auto polling, too
- // autoPoll.detach();
- //}
} else if (dMode[whichTouched] == indexScreen) { // gg - index
dMode[whichTouched] = cpScreen ; // GoTo CP Data Screen
sMode=0;
