mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Add files via upload
This commit is contained in:
parent
eac4eca2f6
commit
110ac8adb1
3 changed files with 2 additions and 3 deletions
|
@ -1357,7 +1357,7 @@ MAKE_PIN(P33, (9));
|
||||||
#undef MAKE_PIN
|
#undef MAKE_PIN
|
||||||
|
|
||||||
#elif defined(AM_PART_APOLLO3)
|
#elif defined(AM_PART_APOLLO3)
|
||||||
// SPARKFUN REDBOARD ARTEMIS ALL THE PINS
|
// Sparkfun Artemis Redboard & ATP variant
|
||||||
#include "Arduino.h" \
|
#include "Arduino.h" \
|
||||||
|
|
||||||
#define P0 0
|
#define P0 0
|
||||||
|
|
|
@ -62,7 +62,6 @@ e-mail : support@circuitsathome.com
|
||||||
/* Set this to a one to use the xmem2 lock. This is needed for multitasking and threading */
|
/* Set this to a one to use the xmem2 lock. This is needed for multitasking and threading */
|
||||||
#define USE_XMEM_SPI_LOCK 0
|
#define USE_XMEM_SPI_LOCK 0
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Wii IR camera
|
// Wii IR camera
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -123,7 +123,7 @@ typedef SPi< P18, P23, P19, P5 > spi;
|
||||||
#elif defined(ARDUINO_NRF52840_FEATHER)
|
#elif defined(ARDUINO_NRF52840_FEATHER)
|
||||||
typedef SPi< P26, P25, P24, P5 > spi;
|
typedef SPi< P26, P25, P24, P5 > spi;
|
||||||
#elif defined(AM_PART_APOLLO3)
|
#elif defined(AM_PART_APOLLO3)
|
||||||
typedef SPi< 5, 7, 6, 13> spi;
|
typedef SPi< P5, P7, P6, P13> spi;
|
||||||
#else
|
#else
|
||||||
#error "No SPI entry in usbhost.h"
|
#error "No SPI entry in usbhost.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue