Update README.md

This commit is contained in:
Jarno Lehtinen 2017-06-01 17:21:27 +03:00 committed by GitHub
parent 2d3b5e0e50
commit 6407c38cf8
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
C:\Users\xxxxx\Documents\Arduino\libraries\USB_Host_Shield_Library_2.0\UsbCore.h:
```
//typedef MAX3421e<P10, P9> MAX3421E;
//Arduino Pro Micro SS=A0, INT=A1:
//Arduino Pro Micro SS=A0(P18), INT=A1(P19):
typedef MAX3421e<P18, P19> MAX3421E;
```