From de994ba5efb207886ef274c5be1f78e52a961c6e Mon Sep 17 00:00:00 2001 From: maniacbug Date: Tue, 20 Dec 2011 15:45:50 -0800 Subject: [PATCH] Correct the comment for pin #'s --- examples/starping/starping.pde | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/starping/starping.pde b/examples/starping/starping.pde index 97b0953..9b76ee9 100644 --- a/examples/starping/starping.pde +++ b/examples/starping/starping.pde @@ -31,7 +31,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);