Added led_remote to docs

This commit is contained in:
maniacbug 2011-06-04 15:20:53 -07:00
parent ad99581285
commit a62338f3a7
1 changed files with 10 additions and 0 deletions

10
RF24.h
View File

@ -440,6 +440,16 @@ public:
/**@}*/
};
/**
* @example led_remote
*
* This is an example of how to use the RF24 class to control a remote
* bank of LED's using buttons on a remote control.
*
* Every time the buttons change on the remote, the entire state of
* buttons is send to the led board, which displays the state.
*/
/**
* @example pingpair.pde
*