Chris Dick
/
nRF2401A_Hello_World
Hello world example for the nRF2401A Library
Diff: main.cpp
- Revision:
- 6:f43bf63489bb
- Parent:
- 4:aa6866d2014a
- Child:
- 7:202814542566
--- 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