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);