mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Reorder to avoid conflict with Sanguino pinout
This commit is contained in:
parent
fbb6abf629
commit
e2a08b3f3b
1 changed files with 38 additions and 38 deletions
76
avrpins.h
76
avrpins.h
|
@ -765,44 +765,6 @@ public:
|
|||
#define P31 Pd7
|
||||
// UNO*Pro
|
||||
|
||||
#elif defined(__AVR_ATmega644__) || defined(__AVR_ATmega644P__) || defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__)
|
||||
// Sanguino pin numbers
|
||||
// Homepage: http://sanguino.cc/hardware
|
||||
// Hardware add-on: https://github.com/Lauszus/Sanguino
|
||||
#define P0 Pb0
|
||||
#define P1 Pb1
|
||||
#define P2 Pb2
|
||||
#define P3 Pb3
|
||||
#define P4 Pb4
|
||||
#define P5 Pb5
|
||||
#define P6 Pb6
|
||||
#define P7 Pb7
|
||||
#define P8 Pd0
|
||||
#define P9 Pd1
|
||||
#define P10 Pd2
|
||||
#define P11 Pd3
|
||||
#define P12 Pd4
|
||||
#define P13 Pd5
|
||||
#define P14 Pd6
|
||||
#define P15 Pd7
|
||||
#define P16 Pc0
|
||||
#define P17 Pc1
|
||||
#define P18 Pc2
|
||||
#define P19 Pc3
|
||||
#define P20 Pc4
|
||||
#define P21 Pc5
|
||||
#define P22 Pc6
|
||||
#define P23 Pc7
|
||||
#define P24 Pa0
|
||||
#define P25 Pa1
|
||||
#define P26 Pa2
|
||||
#define P27 Pa3
|
||||
#define P28 Pa4
|
||||
#define P29 Pa5
|
||||
#define P30 Pa6
|
||||
#define P31 Pa7
|
||||
// Sanguino
|
||||
|
||||
#elif defined(MIGHTYCORE)
|
||||
// https://github.com/MCUdude/MightyCore
|
||||
#if defined(BOBUINO_PINOUT)
|
||||
|
@ -885,6 +847,44 @@ public:
|
|||
#endif
|
||||
// MightyCore
|
||||
|
||||
#elif defined(__AVR_ATmega644__) || defined(__AVR_ATmega644P__) || defined(__AVR_ATmega1284__) || defined(__AVR_ATmega1284P__)
|
||||
// Sanguino pin numbers
|
||||
// Homepage: http://sanguino.cc/hardware
|
||||
// Hardware add-on: https://github.com/Lauszus/Sanguino
|
||||
#define P0 Pb0
|
||||
#define P1 Pb1
|
||||
#define P2 Pb2
|
||||
#define P3 Pb3
|
||||
#define P4 Pb4
|
||||
#define P5 Pb5
|
||||
#define P6 Pb6
|
||||
#define P7 Pb7
|
||||
#define P8 Pd0
|
||||
#define P9 Pd1
|
||||
#define P10 Pd2
|
||||
#define P11 Pd3
|
||||
#define P12 Pd4
|
||||
#define P13 Pd5
|
||||
#define P14 Pd6
|
||||
#define P15 Pd7
|
||||
#define P16 Pc0
|
||||
#define P17 Pc1
|
||||
#define P18 Pc2
|
||||
#define P19 Pc3
|
||||
#define P20 Pc4
|
||||
#define P21 Pc5
|
||||
#define P22 Pc6
|
||||
#define P23 Pc7
|
||||
#define P24 Pa0
|
||||
#define P25 Pa1
|
||||
#define P26 Pa2
|
||||
#define P27 Pa3
|
||||
#define P28 Pa4
|
||||
#define P29 Pa5
|
||||
#define P30 Pa6
|
||||
#define P31 Pa7
|
||||
// Sanguino
|
||||
|
||||
#else
|
||||
#error "Please define board in avrpins.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue