Correct the comment for pin #'s

This commit is contained in:
maniacbug 2011-12-20 15:32:45 -08:00
parent 8493b9a60e
commit a70da53c22
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,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);