diff --git a/Datasheets/TXS0102.pdf b/Datasheets/TXS0102.pdf new file mode 100644 index 0000000..6f8dd50 Binary files /dev/null and b/Datasheets/TXS0102.pdf differ diff --git a/Firmware Code/KICKER_V2/KICKER_V2.ino b/Firmware Code/KICKER_V2/KICKER_V2.ino index 2fdd699..0e46e4a 100644 --- a/Firmware Code/KICKER_V2/KICKER_V2.ino +++ b/Firmware Code/KICKER_V2/KICKER_V2.ino @@ -130,25 +130,25 @@ #define BLUETOOTH_DISCONNECTED "{\"status\":\"BLUETOOTH DISCONNECTED\"}" #define STAND_ALONE_MODE "{\"status\":\"STAND ALONE MODE\"}" // FIXED MESSAGES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - #define POWERUP "{\"status\":\"POWER UP\"}" - #define POWEROFF "{\"status\":\"POWER OFF\"}" - #define UNDERSTOOD "{\"status\":\"OK\"}" - #define JSON_ERROR "{\"status\":\"ERROR JSON\"}" - #define TARGET_MET "{\"status\":\"TARGET MEET\"}" - #define GAME_OVER "{\"status\":\"GAME OVER\"}" - #define TIME_OVER "{\"status\":\"TIME OVER\"}" - #define UNKNOWN_GAME "{\"status\":\"UNKNOWN GAME\"}" + #define POWERUP "{\"status\":\"POWER UP\"}" + #define POWEROFF "{\"status\":\"POWER OFF\"}" + #define UNDERSTOOD "{\"status\":\"OK\"}" + #define JSON_ERROR "{\"status\":\"ERROR JSON\"}" + #define TARGET_MET "{\"status\":\"TARGET MEET\"}" + #define GAME_OVER "{\"status\":\"GAME OVER\"}" + #define TIME_OVER "{\"status\":\"TIME OVER\"}" + #define UNKNOWN_GAME "{\"status\":\"UNKNOWN GAME\"}" // GAME NAMES ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - #define GM_COUNTER "{\"gm\":\"COUNTER\"}" - #define GM_TATTACK "{\"gm\":\"TIME ATTACK\"}" - #define GM_REACTION "{\"gm\":\"REACTION\"}" - #define GM_DECISION "{\"gm\":\"DECISION\"}" - #define GM_STAMINA "{\"gm\":\"STAMINA\"}" + #define GM_COUNTER "{\"gm\":\"COUNTER\"}" + #define GM_TATTACK "{\"gm\":\"TIME ATTACK\"}" + #define GM_REACTION "{\"gm\":\"REACTION\"}" + #define GM_DECISION "{\"gm\":\"DECISION\"}" + #define GM_STAMINA "{\"gm\":\"STAMINA\"}" // COMMAND LIST ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - #define CM_START "{\"cm\":\"START\"}" - #define CM_RESET "{\"cm\":\"RESET\"}" - #define CM_STOP "{\"cm\":\"STOP\"}" - #define CM_EXIT "{\"cm\":\"EXIT\"}" + #define CM_START "{\"cm\":\"START\"}" + #define CM_RESET "{\"cm\":\"RESET\"}" + #define CM_STOP "{\"cm\":\"STOP\"}" + #define CM_EXIT "{\"cm\":\"EXIT\"}" //====================================================== // MAIN SETUP //======================================================