Arduino-USB-HID-RetroJoysti.../C64_1351_Mouse/README.md

7 lines
240 B
Markdown
Raw Normal View History

2017-05-30 12:33:37 -04:00
Pin 9 and 10 needed for timer. Move SS and INT of USB host shield away:
2017-05-30 12:32:52 -04:00
```
2017-05-30 12:31:59 -04:00
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;
2017-05-30 12:32:52 -04:00
```