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:
16:a8d3a0dbe4bf
Parent:
14:76083dc18b0d
Child:
19:08e6a2283d58
--- a/LTCApp.h	Mon Mar 08 17:29:31 2021 +0000
+++ b/LTCApp.h	Fri Apr 30 11:26:34 2021 +0000
@@ -6,7 +6,8 @@
 #include "VIPSSerialProtocol.h"
 #include "frameRates.h"
 #include "BufferedSerial.h"
-#include "FIZReader.h"
+#include "FIZ_DISNEY.h"
+#include "FIZ_digiPower.h"
 #include "frameclock.h"
 #include <stdint.h>
 
@@ -21,4 +22,6 @@
 extern uint32_t TimeSinceLastFrameWrap;
 extern DigitalOut led1;
 
+extern void vipsBypassRx(char byte);
+
 #endif