docupdate

This commit is contained in:
maniacbug 2011-06-28 06:31:16 -07:00
parent 04e72775bb
commit 1c6cc96fb7
1 changed files with 0 additions and 10 deletions

10
RF24.h
View File

@ -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
*