From a6e7444059c516115a31f988e657be5672a1ed71 Mon Sep 17 00:00:00 2001 From: maniacbug Date: Wed, 25 May 2011 22:23:25 -0700 Subject: [PATCH] Added carrier detect and auto ack enable/disable --- RF24.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RF24.h b/RF24.h index 6c8fffd..14cb59c 100644 --- a/RF24.h +++ b/RF24.h @@ -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 *