I messed up the merge, so pushing it over to another repo so I don't lose it. Will tidy up and remove later

Dependencies:   BufferedSerial FatFileSystemCpp mbed

Revision:
7:87aea27cc68b
Parent:
0:97661408d0f9
Child:
9:7214e3c3e5f8
--- a/LTCDecode.h	Tue Feb 09 16:55:52 2021 +0000
+++ b/LTCDecode.h	Fri Feb 12 14:24:55 2021 +0000
@@ -34,6 +34,10 @@
 
   const LTCData_t *getLastFrame() { return &lastFrame; };
 
+  void disable() {
+    _LTCIn.fall(NULL);
+    _LTCIn.rise(NULL);
+    }
   // buffer holding received LTC bits and their start times.
 
 private: