From c1f71ebcb7b095b56d3ab786e210350d323c8e27 Mon Sep 17 00:00:00 2001 From: maniacbug Date: Tue, 20 Dec 2011 15:45:25 -0800 Subject: [PATCH] Correct the comment for pin #'s --- examples/scanner/scanner.pde | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/scanner/scanner.pde b/examples/scanner/scanner.pde index 6e74286..4f8fc92 100644 --- a/examples/scanner/scanner.pde +++ b/examples/scanner/scanner.pde @@ -1,4 +1,3 @@ - /* Copyright (C) 2011 James Coliz, Jr. @@ -27,7 +26,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);