Test prog for xbee unit on frdm board

Dependencies:   TextLCD mbed

Fork of XBee_read by Alex Louden

Files at this revision

API Documentation at this revision

Comitter:
cstevens
Date:
Wed Apr 10 14:19:46 2013 +0000
Parent:
0:2eaf86314aea
Commit message:
FRDM version of xbee read program

Changed in this revision

TextLCD.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/TextLCD.lib	Wed Apr 10 14:19:46 2013 +0000
@@ -0,0 +1,1 @@
+http://mbed.org/users/simon/code/TextLCD/#e4cb7ddee0d3
--- 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
--- a/mbed.bld	Fri Jun 04 10:23:38 2010 +0000
+++ b/mbed.bld	Wed Apr 10 14:19:46 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/mbed_official/code/mbed/builds/029aa53d7323
+http://mbed.org/users/mbed_official/code/mbed/builds/5e5da4a5990b
\ No newline at end of file