apple2idiot/examples/20-multiapp-arduino/iss_commands.h

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