From e8385db70d0d20551273f2e9a7fdca79097c9158 Mon Sep 17 00:00:00 2001 From: D Delmar Davis Date: Wed, 23 Jan 2019 23:58:57 -0800 Subject: Need to rework most of the rtc stuff... --- console/EMS.pyc | Bin 0 -> 14079 bytes console/consoleFrame.pyc | Bin 0 -> 23396 bytes src/Clock.h | 1 + 3 files changed, 1 insertion(+) create mode 100644 console/EMS.pyc create mode 100644 console/consoleFrame.pyc diff --git a/console/EMS.pyc b/console/EMS.pyc new file mode 100644 index 0000000..91e90c7 Binary files /dev/null and b/console/EMS.pyc differ diff --git a/console/consoleFrame.pyc b/console/consoleFrame.pyc new file mode 100644 index 0000000..d118ae0 Binary files /dev/null and b/console/consoleFrame.pyc differ diff --git a/src/Clock.h b/src/Clock.h index 6812923..b8a1aec 100755 --- a/src/Clock.h +++ b/src/Clock.h @@ -45,6 +45,7 @@ #define DEBUG_SYNC 0 #define CHARS_IN_TIMESTAMP 20 +// FIX ME !!! replace rtc with timer.... // add preprocessor code here for non M0 systems. #if defined(ARDUINO_ARCH_SAMD) #include -- cgit v1.2.3