Skip to content

Commit

Permalink
Move default pins over to Getting Started defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
maniacbug committed Nov 29, 2011
1 parent 5726c16 commit 9f806a5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/led_remote/led_remote.pde
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,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 'led' board receiver
// Leave open to be the 'remote' transmitter
Expand Down
2 changes: 1 addition & 1 deletion examples/pingpair/pingpair.pde
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/pingpair_dyn/pingpair_dyn.pde
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,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
Expand Down
2 changes: 1 addition & 1 deletion examples/pingpair_irq/pingpair_irq.pde
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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
Expand Down
2 changes: 1 addition & 1 deletion examples/pingpair_pl/pingpair_pl.pde
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/pingpair_sleepy/pingpair_sleepy.pde
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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
Expand Down
2 changes: 1 addition & 1 deletion examples/starping/starping.pde
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,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 'pong' receiver.
Expand Down

0 comments on commit 9f806a5

Please sign in to comment.