Added carrier detect and auto ack enable/disable

This commit is contained in:
maniacbug 2011-05-25 22:23:25 -07:00
parent bee284f9c5
commit a6e7444059
1 changed files with 11 additions and 0 deletions

11
RF24.h
View File

@ -476,6 +476,17 @@ public:
* will relay these transmissions.
*/
/**
* @example scanner.pde
*
* Example to detect interference on the various channels available.
* This is a good diagnostic tool to check whether you're picking a
* good channel for your application.
*
* Inspired by cpixip.
* See http://arduino.cc/forum/index.php/topic,54795.0.html
*/
/**
* @mainpage Driver for nRF24L01(+) 2.4GHz Wireless Transceiver
*