mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-21 08:35:05 -05:00
Update README.md
This commit is contained in:
parent
2bce0d6129
commit
093f901f7a
@ -25,6 +25,11 @@ sei
|
||||
```
|
||||
375ns
|
||||
|
||||
## avr
|
||||
- https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7766-8-bit-AVR-ATmega16U4-32U4_Datasheet.pdf
|
||||
- https://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-7810-Automotive-Microcontrollers-ATmega328P_Datasheet.pdf
|
||||
- http://ww1.microchip.com/downloads/en/devicedoc/atmel-0856-avr-instruction-set-manual.pdf
|
||||
|
||||
## using data/i/o space
|
||||
- lds can load from io (if +0x20 added to address) or data space
|
||||
- sts can store from register to io (if +0x20 added to address) or data space
|
||||
|
Loading…
Reference in New Issue
Block a user