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:
0:97661408d0f9
Child:
3:14d241e29be3
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/LTCApp.h	Fri Jan 15 11:49:01 2021 +0000
@@ -0,0 +1,24 @@
+#ifndef __LTCApp_h__
+#define __LTCApp_h__
+
+#include "mbed.h"
+#include "LTCDecode.h"
+#include "VIPSSerialProtocol.h"
+#include "frameRates.h"
+#include "BufferedSerial.h"
+#include <stdint.h>
+
+extern volatile uint32_t VBOXTicks;
+extern volatile bool ppsActive;
+extern DigitalOut led1;
+extern DigitalOut led2;
+extern DigitalOut led3;
+
+extern BufferedSerial pc;
+
+extern frameRates detectedRate;
+
+extern Timer TimeSinceLastFrame;
+extern uint32_t TimeSinceLastFrameWrap;
+
+#endif