Cleaned up documentation.

This commit is contained in:
maniacbug
2011-04-03 20:28:54 -07:00
parent 117678c46f
commit 21057e4608
5 changed files with 104 additions and 67 deletions

View File

@@ -9,11 +9,10 @@
/**
* Example RF Radio Ping Pair
*
* This sketch is an example of using the RF24 library for Arduino. Deploy this on
* two nodes, set one as the 'trasmit' and the other the 'receive' unit. The transmit
* unit will send out the value of millis() once a second. The receive unit will respond
* back with a copy of the value. The transmit unit can get that 'ping' back, and
* determine how long the whole cycle took.
* This is an example of how to use the RF24 class. Write this sketch to two different nodes,
* connect the role_pin to ground on one. The ping node sends the current time to the pong node,
* which responds by sending the value back. The ping node can then see how long the whole cycle
* took.
*/
#include <SPI.h>