Correct the comment for pin #'s
This commit is contained in:
parent
6a7c42bdeb
commit
0f9b172697
|
@ -31,7 +31,7 @@
|
||||||
// Hardware configuration
|
// 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);
|
RF24 radio(9,10);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue