mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-21 16:45:08 -05:00
7 lines
240 B
Markdown
7 lines
240 B
Markdown
Pin 9 and 10 needed for timer. Move SS and INT of USB host shield away:
|
|
```
|
|
C:\Users\xxxxx\Documents\Arduino\libraries\USB_Host_Shield_Library_2.0\UsbCore.h:
|
|
//Arduino Pro Micro SS -> A0, INT -> A1:
|
|
typedef MAX3421e<P18, P19> MAX3421E;
|
|
```
|