mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
Added IOREQ_MILLIS and IOREQ_GETC to get current time and poll keyboard.
IOREQ_GETC implemented inefficiently, but is fine for demo purposes.
This commit is contained in:
parent
af3b48cb01
commit
9e6f6c5a67
3 changed files with 86 additions and 7 deletions
|
|
@ -7,4 +7,5 @@
|
|||
#define IOREQ_PRINTX 0x13D
|
||||
#define IOREQ_MILLIS 0x13F
|
||||
#define IOREQ_PRINTC 0x140
|
||||
#define IOREQ_GETC 0x141
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue