1
0
mirror of https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter synced 2024-08-13 15:43:47 -04:00
Arduino-USB-HID-RetroJoysti.../C64_1351_Mouse/README.md
2017-05-30 19:33:37 +03:00

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;
```