From fcd07b7cb5164da6894f03422fb96e2a0d1f7547 Mon Sep 17 00:00:00 2001 From: MadTooler Date: Fri, 26 Oct 2018 00:25:11 -0500 Subject: [PATCH] Delete IRcodes.h --- .../Level_2/GLC_IRcontrol_Mode5c/IRcodes.h | 78 ------------------- 1 file changed, 78 deletions(-) delete mode 100644 examples/ScoutBotics/Level_2/GLC_IRcontrol_Mode5c/IRcodes.h diff --git a/examples/ScoutBotics/Level_2/GLC_IRcontrol_Mode5c/IRcodes.h b/examples/ScoutBotics/Level_2/GLC_IRcontrol_Mode5c/IRcodes.h deleted file mode 100644 index 0eb4ca4..0000000 --- a/examples/ScoutBotics/Level_2/GLC_IRcontrol_Mode5c/IRcodes.h +++ /dev/null @@ -1,78 +0,0 @@ -// older DirecTV remote model RC23 - -// IR commands... change these to match your buttons/keys -// ** If your remote button only outputs one code when it is pushed multiple times, -// set the XX_BUTTON value to that code with "0x" before it since it is a HEX value -// and leave the XX_BUTTN_ALT value as "0x0" (zero). -// If it toggles between two different codes, as you tap the button, -// set XX_BUTTON value to one code and -// set the XX_BUTTN_ALT value to the other code. - -// Basic required 17 remote buttons -#define ZERO_BUTTON 0xF32F72D7 -#define ZERO_BUTTN_ALT 0x0 -#define ONE_BUTTON 0xC9767F76 -#define ONE_BUTTN_ALT 0x0 -#define TWO_BUTTON 0XC8155AB1 -#define TWO_BUTTN_ALT 0x0 -#define THREE_BUTTON 0xB6996DAE -#define THREE_BUTTN_ALT 0x0 -#define FOUR_BUTTON 0x969AE844 -#define FOUR_BUTTN_ALT 0x0 -#define FIVE_BUTTON 0x4AAFAC67 -#define FIVE_BUTTN_ALT 0x0 -#define SIX_BUTTON 0x9C2A936C -#define SIX_BUTTN_ALT 0x0 -#define SEVEN_BUTTON 0x833ED333 -#define SEVEN_BUTTN_ALT 0x0 -#define EIGHT_BUTTON 0x55F2B93 -#define EIGHT_BUTTN_ALT 0x0 -#define NINE_BUTTON 0xDE78B0D0 -#define NINE_BUTTN_ALT 0x0 -#define ENTER_BUTTON 0x3F23F43 // button at the bottom right of the number pad -#define ENTER_BUTTN_ALT 0x0 -#define BACK_BUTTON 0xBDE97C12 // button at the bottom left of the number pad -#define BACK_BUTTN_ALT 0x0 - -#define FORWARD_BUTTON 0xF24119FE // forward/up direction button/arrow -#define FORWARD_BUTTN_ALT 0x0 // alternate forward/up direction button/arrow -#define BACKWARD_BUTTON 0xB489062B // backward/down direction button/arrow -#define BACKWARD_BUTTN_ALT 0x0 // alternate backward/down direction button/arrow -#define RIGHT_BUTTON 0xBC9DF06 // right direction button/arrow -#define RIGHT_BUTTN_ALT 0x0 // alternate right direction button/arrow -#define LEFT_BUTTON 0xC53794B4 // left direction button/arrow -#define LEFT_BUTTN_ALT 0x0 // alternate left direction button/arrow -#define STOP_BUTTON 0x75A956A7 // stop button in the middle of the direction keys -#define STOP_BUTTN_ALT 0x0 // alternate stop button in the middle of the direction keys - -// Optionally set these buttons only if you have available buttons and want to expand -// beyond the number and arrow keys for clarity. -// ** These MUST be left with "0x0" values if they are not used. ** -#define FORWARD_RIGHT 0x34498102 -#define FORWARD_RT_ALT 0x0 -#define FORWARD_LEFT 0x427EBE9F -#define FORWARD_LFT_ALT 0x0 -#define BACKWARD_RIGHT 0xF640360 -#define BACKWARD_RT_ALT 0x0 -#define BACKWARD_LEFT 0xBB9BDEE7 -#define BACKWARD_LFT_ALT 0x0 -#define RC_MODE 0x0 -#define RC_MOD_ALT 0x0 -#define FREE_PROGRAM_MODE 0x0 -#define FREE_PROG_MOD_ALT 0x0 -#define LINE_PROGRAM_MODE 0x0 -#define LINE_PROG_MOD_ALT 0x0 -#define TRIM_MODE 0x0 -#define TRIM_MOD_ALT 0x0 -#define PLAY_PROGRAM 0x9A6F0576 -#define PLAY_PROG_ALT 0x0 -#define STOP_PROGRAM 0xFBAD8623 -#define STOP_PROG_ALT 0x0 - -// Gripper buttons -#define GRIP_OPEN 0x5815B090 -#define GRIP_OPN_ALT 0x0 -#define GRIP_CLOSE 0x165412B7 -#define GRIP_CLOS_ALT 0x0 - -#define REPEAT_CODE 0xFFFFFFFF // this probably does not need any change