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:
3:14d241e29be3
Parent:
1:dd1f7e162f91
Child:
14:76083dc18b0d
--- a/VIPSSerialProtocol.h	Mon Jan 18 09:15:04 2021 +0000
+++ b/VIPSSerialProtocol.h	Thu Jan 28 15:13:05 2021 +0000
@@ -24,6 +24,8 @@
 
     static void getCRC(void *data, int len, void *checksum);
 
+//  void setOutMask(uint32_t outputMask) {_outputMask = outputMask;};
+
 private:
 
     struct posAndTime_s {
@@ -57,6 +59,7 @@
     bool enableAllUpdates;
     bool newFormatMsg;
     uint32_t pointCount;
+    uint32_t _outputMask;
 
 };