mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-12-22 23:48:51 -05:00
Update README.md
This commit is contained in:
parent
1a03bc2063
commit
5ac11b49a7
@ -48,7 +48,7 @@ PB6,2,3,1
|
|||||||
PB5,4
|
PB5,4
|
||||||
```
|
```
|
||||||
## Joystick.c
|
## Joystick.c
|
||||||
SetupHardware (before USB_INIT();):
|
SetupHardware (before USB_INIT):
|
||||||
```
|
```
|
||||||
DDRB = 0x0; //PORTB=input
|
DDRB = 0x0; //PORTB=input
|
||||||
PORTB = 0xff; //PORTB=pullup
|
PORTB = 0xff; //PORTB=pullup
|
||||||
|
Loading…
Reference in New Issue
Block a user