Skip to content

Commit

Permalink
Add SS, INT pins for Sanguino. Tested with USB Shield: DuinoFun UHS m…
Browse files Browse the repository at this point in the history
…ini v2.0 (Aug. 16, 2014)
  • Loading branch information
federicobriata committed Sep 19, 2018
1 parent d4ea589 commit e4898be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions UsbCore.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ typedef MAX3421e<P3, P2> MAX3421E; // The Intel Galileo supports much faster rea
typedef MAX3421e<P15, P5> MAX3421E; // ESP8266 boards
#elif defined(ESP32)
typedef MAX3421e<P5, P17> MAX3421E; // ESP32 boards
#elif (defined(__AVR_ATmega644P__) || defined(__AVR_ATmega1284P__))
typedef MAX3421e<Pb4, Pb3> MAX3421E; // Sanguino
#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
Expand Down

0 comments on commit e4898be

Please sign in to comment.