From a62338f3a7a855aca9f8af7cd7d3479faa7f149e Mon Sep 17 00:00:00 2001 From: maniacbug Date: Sat, 4 Jun 2011 15:20:53 -0700 Subject: [PATCH] Added led_remote to docs --- RF24.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/RF24.h b/RF24.h index 3165947..465a0e7 100644 --- a/RF24.h +++ b/RF24.h @@ -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 *