UART Driver to receive asynchronous Serial Comms from a Raspberry Pi and parse the results.

Revision:
3:b608ee5b9b5d
Parent:
2:cb74b330b285
Child:
4:85353bd571f2
--- a/SerialComms.h	Mon Feb 15 20:09:32 2016 +0000
+++ b/SerialComms.h	Mon Feb 15 20:10:55 2016 +0000
@@ -23,7 +23,7 @@
     int dataCheck;
     bool incomingDataUpdate;
     int receiverBuffer[NUM_BYTES_RECEIVING];
-    Serial *_HLC_Conn;
+    RawSerial *_HLC_Conn;