Hello world example for the nRF2401A Library

Dependencies:   mbed nRF2401A

Files at this revision

API Documentation at this revision

Comitter:
TheChrisyd
Date:
Sat Oct 26 21:57:37 2013 +0000
Parent:
5:9128e1ae864d
Child:
7:202814542566
Commit message:
Library Updated

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
nRF2401A.lib Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Oct 19 11:30:31 2013 +0000
+++ b/main.cpp	Sat Oct 26 21:57:37 2013 +0000
@@ -13,7 +13,7 @@
 
 #ifdef TX
 #ifdef FRDMKL25Z
-nRF2401A    rf1(PTD0, PTD5, PTA13, PTC12, PTC13);
+nRF2401A    rf1(PTD0, PTD5, PTA13, PTC12, PTC13); //ce, cs, dr1, clk1, data
 #else
 nRF2401A    rf1(p10, p11, p12, p13, p14);
 #endif
--- a/nRF2401A.lib	Sat Oct 19 11:30:31 2013 +0000
+++ b/nRF2401A.lib	Sat Oct 26 21:57:37 2013 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/TheChrisyd/code/nRF2401A/#ad8242a1379a
+http://mbed.org/users/TheChrisyd/code/nRF2401A/#fb7cb88e80a4