Library for the nRF2401A Transceiver

Dependents:   nRF2401A_Hello_World nRF2401A_Wireless_Accelerometer_joypad nRF2401A_Gameduino_Invaders

Revision:
8:fb7cb88e80a4
Parent:
7:22f69cf045d9
Child:
9:7245524e37e4
--- a/nRF2401A.h	Sat Oct 26 21:51:30 2013 +0000
+++ b/nRF2401A.h	Sat Oct 26 21:55:20 2013 +0000
@@ -65,7 +65,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
@@ -291,7 +291,7 @@
  */
         nRF2401A& flushControlPacket();
         
-/** Put the tranceiver into, or bring out of standby
+/** Put the tranceiver into, or bring out of standby.
  * Tx mode 10.5mA, RX mode 18mA, Standby 400nA.
  * @param active set standby state
  */