Same as LPC, but with correct Address

Dependencies:   C12832 mbed DataCommLPC2

Dependents:   DataCommLPC2

Revision:
3:36792648739e
Parent:
2:25380de9c996
Child:
4:9adf7acadda2
--- a/main.cpp	Thu Apr 16 03:26:03 2015 +0000
+++ b/main.cpp	Thu Apr 16 14:13:40 2015 +0000
@@ -60,7 +60,7 @@
         //clear lcd screen, print current build message
         lcd.cls();
         lcd.locate(0,3);
-        lcd.printf("Testing receive data");
+        lcd.printf("Waiting for Preamble");
         //read input clock pulse and data checking for preamble.
         //preamble while loop
         check_byte(PREAMBLE);