Add files via upload

This commit is contained in:
Topo-png 2021-08-08 20:17:18 -04:00 committed by GitHub
parent eac4eca2f6
commit 110ac8adb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View file

@ -1357,7 +1357,7 @@ MAKE_PIN(P33, (9));
#undef MAKE_PIN
#elif defined(AM_PART_APOLLO3)
// SPARKFUN REDBOARD ARTEMIS ALL THE PINS
// Sparkfun Artemis Redboard & ATP variant
#include "Arduino.h" \
#define P0 0

View file

@ -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 */
#define USE_XMEM_SPI_LOCK 0
////////////////////////////////////////////////////////////////////////////////
// Wii IR camera
////////////////////////////////////////////////////////////////////////////////

View file

@ -123,7 +123,7 @@ typedef SPi< P18, P23, P19, P5 > spi;
#elif defined(ARDUINO_NRF52840_FEATHER)
typedef SPi< P26, P25, P24, P5 > spi;
#elif defined(AM_PART_APOLLO3)
typedef SPi< 5, 7, 6, 13> spi;
typedef SPi< P5, P7, P6, P13> spi;
#else
#error "No SPI entry in usbhost.h"
#endif