Move default pins over to Getting Started defaults

This commit is contained in:
maniacbug
2011-11-28 21:24:37 -08:00
parent 5726c1622a
commit 9f806a5b00
7 changed files with 7 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
// Set up nRF24L01 radio on SPI bus plus pins 8 & 9
RF24 radio(8,9);
RF24 radio(9,10);
// sets the role of this unit in hardware. Connect to GND to be the 'pong' receiver
// Leave open to be the 'ping' transmitter