wpi-32u4-library
ir_codes.h
Go to the documentation of this file.
1#pragma once
2
3#define VOLminus 0
4#define PLAY_PAUSE 1
5#define VOLplus 2
6
7#define SETUP_BTN 4
8#define UP_ARROW 5
9#define STOP_MODE 6
10
11#define LEFT_ARROW 8
12#define ENTER_SAVE 9
13#define RIGHT_ARROW 10
14
15#define NUM_0_10 12
16#define DOWN_ARROW 13
17#define REWIND 14
18
19#define NUM_1 16
20#define NUM_2 17
21#define NUM_3 18
22
23#define NUM_4 20
24#define NUM_5 21
25#define NUM_6 22
26
27#define NUM_7 24
28#define NUM_8 25
29#define NUM_9 26