Test prog for xbee unit on frdm board

Dependencies:   TextLCD mbed

Fork of XBee_read by Alex Louden

Revision:
1:0d6c92c1ed38
Parent:
0:2eaf86314aea
--- a/main.cpp	Fri Jun 04 10:23:38 2010 +0000
+++ b/main.cpp	Wed Apr 10 14:19:46 2013 +0000
@@ -1,13 +1,13 @@
 #include "mbed.h"
 #include "TextLCD.h"
 
-Serial xbee1(p9, p10);
-DigitalOut rst1(p11);
+Serial xbee1(PTC4, PTC3);
+DigitalOut rst1(PTC0);
 
 DigitalOut myled(LED1);
 DigitalOut myled2(LED2);
 
-TextLCD lcd(p16, p15, p14, p17, p18, p19, p20); // rs, rw, e, d0, d1, d2, d3
+TextLCD lcd(PTC12,PTC13,PTC16,PTC17,PTA16,PTA17); // rs, e, d4-d7
 
 int main() {
     rst1 = 0;   //Set reset pin to 0