mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-20 19:16:43 +00:00
Created Hardware: Keyboard (markdown)
parent
3ed4f6639c
commit
4b243d0245
17
Hardware:-Keyboard.md
Normal file
17
Hardware:-Keyboard.md
Normal file
@ -0,0 +1,17 @@
|
||||
Your current computer keyboard can be connected wirelessly to your Cubot's microprocessor. The wireless receiver can queue up to 16 key presses in its internal buffer.
|
||||
|
||||
### Specifications
|
||||
Manufacturer: -
|
||||
Version: -
|
||||
Default address: `0x0004`
|
||||
Hardware ID: `0x0004`
|
||||
|
||||
### Interrupt Behavior
|
||||
| Value of A | Action | Energy cost | Result |
|
||||
| --- | --- | --- | --- |
|
||||
| `0` | `CLEAR` | `0 kJ` | Clear the keypress buffer |
|
||||
| `1` | `FETCH_KEY` | `0 kJ` | Reads the oldest keycode from the buffer into the B register and remove it|
|
||||
|
||||
|
||||
|
||||
Keycodes: [keycode.info](http://keycode.info/)
|
Loading…
x
Reference in New Issue
Block a user