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:
26:7f66ac76cd5d
Parent:
19:08e6a2283d58
Child:
71:7305a35cee58
--- a/FIZ_readers/FIZDigiPowerActive.cpp	Wed Jul 07 16:27:24 2021 +0000
+++ b/FIZ_readers/FIZDigiPowerActive.cpp	Thu Jul 08 17:31:11 2021 +0000
@@ -37,6 +37,7 @@
 void FIZDigiPowerActive::OnRx(void)
 {
     uint8_t dIn = _port.getc();
+//    pc.printf("R");
     inputBuffer[inputPtr] = dIn;
     if (inputPtr==0) {
         if (dIn == 0x07) { // correct length