mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Update UsbCore.h
updated pinouts for Sparkfun redboard ATP
This commit is contained in:
parent
586ecc3a49
commit
6978c18e7d
1 changed files with 2 additions and 0 deletions
|
@ -52,6 +52,8 @@ typedef MAX3421e<P15, P5> MAX3421E; // ESP8266 boards
|
|||
typedef MAX3421e<P5, P17> MAX3421E; // ESP32 boards
|
||||
#elif (defined(__AVR_ATmega644P__) || defined(__AVR_ATmega1284P__))
|
||||
typedef MAX3421e<Pb4, Pb3> MAX3421E; // Sanguino
|
||||
#elif defined(AM_PART_APOLLO3)
|
||||
typedef MAX3421e<P13, P12> MAX3421E; // ATP
|
||||
#else
|
||||
typedef MAX3421e<P10, P9> MAX3421E; // Official Arduinos (UNO, Duemilanove, Mega, 2560, Leonardo, Due etc.), Intel Edison, Intel Galileo 2 or Teensy 2.0 and 3.x
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue