Add files via upload

This commit is contained in:
Topo-png 2021-08-08 20:17:44 -04:00 committed by GitHub
parent 110ac8adb1
commit ed536a0e3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,7 +53,7 @@ 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<P10, P9> MAX3421E; // Sparkfun Redboard Artemis All the pins
typedef MAX3421e<P10, P9> MAX3421E; // Sparkfun Redboard Artemis All the pins
#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