From 1c6cc96fb74a406786bab4f9841d82f65a65c861 Mon Sep 17 00:00:00 2001 From: maniacbug Date: Tue, 28 Jun 2011 06:31:16 -0700 Subject: [PATCH] docupdate --- RF24.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/RF24.h b/RF24.h index 468aa9f..2a196e8 100644 --- a/RF24.h +++ b/RF24.h @@ -518,16 +518,6 @@ public: * ping/pong cycle. */ -/** - * @example starping_relay.pde - * - * This sketch is a very complex example of using the RF24 library for Arduino. - * Deploy this on any number of nodes to create a basic mesh network. I have - * tested this on 6 nodes, but it should work on many more. 'Leaf' nodes attempt - * to send a ping every 2 seconds to the 'Base' node. Optional 'Relay' nodes - * will relay these transmissions. - */ - /** * @example scanner.pde *