From 8493b9a60e694d9824bf3a91c30c5d9e9e2094f8 Mon Sep 17 00:00:00 2001 From: maniacbug Date: Tue, 20 Dec 2011 15:32:21 -0800 Subject: [PATCH] Correct the comment for pin #'s --- examples/led_remote/led_remote.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/led_remote/led_remote.pde b/examples/led_remote/led_remote.pde index 02f89f5..5219a37 100644 --- a/examples/led_remote/led_remote.pde +++ b/examples/led_remote/led_remote.pde @@ -34,7 +34,7 @@ // Hardware configuration // -// Set up nRF24L01 radio on SPI bus plus pins 8 & 9 +// Set up nRF24L01 radio on SPI bus plus pins 9 & 10 RF24 radio(9,10);