mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Add Teensy 3.0 SPI to usbhost.h
This commit is contained in:
parent
be026c4dfb
commit
fca5a4125f
1 changed files with 3 additions and 0 deletions
|
@ -51,6 +51,9 @@ typedef SPi< Pb5, Pb3, Pb4, Pb2 > spi;
|
|||
#if defined(__AVR_ATmega644__) || defined(__AVR_ATmega644P__)
|
||||
typedef SPi< Pb7, Pb5, Pb6, Pb4 > spi;
|
||||
#endif
|
||||
#if defined(__MK20DX128__)
|
||||
typedef SPi< P13, P11, P12, P10 > spi;
|
||||
#endif
|
||||
|
||||
template< typename SS, typename INTR > class MAX3421e /* : public spi */ {
|
||||
static uint8_t vbusState;
|
||||
|
|
Loading…
Reference in a new issue