mirror of
https://github.com/equant/apple2idiot.git
synced 2024-11-15 06:09:03 +00:00
10 lines
139 B
C
10 lines
139 B
C
|
#ifndef A2I_ISS_COMMANDS_H
|
||
|
#define A2I_ISS_COMMANDS_H
|
||
|
|
||
|
/* Apple II <-> ESP Commands */
|
||
|
#define COMMAND_GET_ISS 20
|
||
|
|
||
|
/* Responses */
|
||
|
|
||
|
#endif
|