Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed inconsistent documentation, added Tinyx313 pin map #155

Merged
merged 1 commit into from
Nov 25, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 20 additions & 3 deletions RF24.h
Original file line number Diff line number Diff line change
Expand Up @@ -1496,8 +1496,8 @@ s *
* +-\/-+
* NC PB5 1|o |8 Vcc --- nRF24L01 VCC, pin2 --- LED --- 5V
* nRF24L01 CE, pin3 --- PB3 2| |7 PB2 --- nRF24L01 SCK, pin5
* nRF24L01 CSN, pin4 --- PB4 3| |6 PB1 --- nRF24L01 MOSI, pin7
* nRF24L01 GND, pin1 --- GND 4| |5 PB0 --- nRF24L01 MISO, pin6
* nRF24L01 CSN, pin4 --- PB4 3| |6 PB1 --- nRF24L01 MOSI, pin6
* nRF24L01 GND, pin1 --- GND 4| |5 PB0 --- nRF24L01 MISO, pin7
* +----+
* @endcode
*
Expand Down Expand Up @@ -1531,10 +1531,27 @@ s *
* PB3 4| |11 PA2 --- nRF24L01 CE, pin3
* PB2 5| |10 PA3 --- nRF24L01 CSN, pin4
* PA7 6| |9 PA4 --- nRF24L01 SCK, pin5
* nRF24L01 MOSI, pin7 --- PA6 7| |8 PA5 --- nRF24L01 MISO, pin6
* nRF24L01 MISO, pin7 --- PA6 7| |8 PA5 --- nRF24L01 MOSI, pin6
* +----+
* @endcode
*
* <br>
* **ATtiny2313/4313 Pin map with CE_PIN 12 and CSN_PIN 13** <br>
* @code
* +-\/-+
* PA2 1|o |20 VCC --- nRF24L01 VCC, pin2
* PD0 2| |19 PB7 --- nRF24L01 SCK, pin5
* PD1 3| |18 PB6 --- nRF24L01 MOSI, pin6
* PA1 4| |17 PB5 --- nRF24L01 MISO, pin7
* PA0 5| |16 PB4 --- nRF24L01 CSN, pin4
* PD2 6| |15 PB3 --- nRF24L01 CE, pin3
* PD3 7| |14 PB2
* PD4 8| |13 PB1
* PD5 9| |12 PB0
* nRF24L01 GND, pin1 --- GND 10| |11 PD6
* +----+
* @endcode
*
* <br><br><br>
*
*
Expand Down