From e31f8c8211c82a8984bc7a1e2dfa098d99108a71 Mon Sep 17 00:00:00 2001 From: maniacbug Date: Sun, 8 Jan 2012 08:30:01 -0800 Subject: [PATCH] Update docs and comments for new nordic fob blog post --- RF24.h | 5 ++++- examples/nordic_fob/nordic_fob.pde | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/RF24.h b/RF24.h index 8e5ca21..23a5bba 100644 --- a/RF24.h +++ b/RF24.h @@ -788,11 +788,14 @@ public: * * Stuff I have built with RF24 * - * * RF24 Getting Started - Finished Product * * Getting Started with nRF24L01+ on Arduino * + * Nordic FOB and nRF24L01+ + * + * Using the Sparkfun Nordic FOB + * * RF Duinode V3 (2V4) * * Low-Power Wireless Sensor Node diff --git a/examples/nordic_fob/nordic_fob.pde b/examples/nordic_fob/nordic_fob.pde index eb9ca65..5a316a0 100644 --- a/examples/nordic_fob/nordic_fob.pde +++ b/examples/nordic_fob/nordic_fob.pde @@ -10,8 +10,9 @@ * Example Nordic FOB Receiver * * This is an example of how to use the RF24 class to receive signals from the - * Sparkfun Nordic FOB. See http://www.sparkfun.com/products/8602 . - * Thanks to Kirk Mower for providing test hardware. + * Sparkfun Nordic FOB. Thanks to Kirk Mower for providing test hardware. + * + * See blog post at http://maniacbug.wordpress.com/2012/01/08/nordic-fob/ */ #include