mirror of
https://github.com/dschmenk/Appalm.git
synced 2024-10-12 17:23:42 +00:00
3 lines
73 B
C
3 lines
73 B
C
typedef UInt8 (*READBYTE)(void);
|
|
typedef void (*WRITEBYTE)(UInt8 value);
|