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

Revision:
5:d497795761a5
Parent:
4:85353bd571f2
--- a/SerialComms.cpp	Sat Feb 20 13:26:51 2016 +0000
+++ b/SerialComms.cpp	Sat Feb 20 13:33:32 2016 +0000
@@ -8,8 +8,6 @@
     _HLC_Conn -> format(8,SerialBase::None,1);
     
     _HLC_Conn -> attach(this,&SerialComms::incomingDataISR,RawSerial::RxIrq);
-    
-    incomingDataUpdate = FALSE;
 }