apple2idiot/examples/15_fixed_essid_weather-arduino/weather_commands.h
2022-07-18 07:21:48 -07:00

14 lines
280 B
C

#ifndef A2I_CHESS_COMMANDS_H
#define A2I_CHESS_COMMANDS_H
/* Apple II <-> ESP Commands */
#define COMMAND_SET_COUNTRY 20
#define COMMAND_SET_CITY 21
#define COMMAND_FETCH_WEATHER 25
/* Responses */
//#define CHESS_INVALID_MOVE 123
//#define CHESS_VALID_MOVE 124
#endif