mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Update usbhost.h
updated pinouts for sparkfun redboard
This commit is contained in:
parent
6c506b02d6
commit
586ecc3a49
1 changed files with 2 additions and 0 deletions
|
@ -124,6 +124,8 @@ typedef SPi< P18, P23, P19, P5 > spi;
|
|||
typedef SPi< P26, P25, P24, P5 > spi;
|
||||
#elif defined(AM_PART_APOLLO3)
|
||||
typedef SPi< P13, P11, P12, P10 > spi;
|
||||
#elif defined(AM_PART_APOLLO3)
|
||||
typedef SPi< P5, P7, P6, P13 > spi;
|
||||
#else
|
||||
#error "No SPI entry in usbhost.h"
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue