Skip to content

Commit

Permalink
Update to main doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
TMRh20 committed Apr 3, 2014
1 parent 3494280 commit 0e24467
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions RF24Network.h
Original file line number Diff line number Diff line change
Expand Up @@ -383,11 +383,11 @@ class RF24Network
* By default all nodes are always listening, so messages will quickly reach
* their destination.
*
* You may choose to sleep any nodes on the network. This is useful in a case where the
* leaf nodes are operating on batteries and need to sleep. This is useful for a sensor
* network. The leaf nodes can sleep most of the time, and wake every few minutes to
* send in a reading, or awake if data is received. See sleepNode() in the class
* documentation.
* You may choose to sleep any nodes on the network if using interrupts. This is useful in a
* case where the nodes are operating on batteries and need to sleep. This greatly decreases
* the power requirements for a sensor network. The leaf nodes can sleep most of the time,
* and wake every few minutes to send in a reading. Routing nodes can be triggered to wake up
* whenever a payload is received See sleepNode() in the class documentation.
*
*
* @page Zigbee Comparison to ZigBee
Expand Down

0 comments on commit 0e24467

Please sign in to comment.