forked from MKleinSB/maqueen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
enums.d.ts
53 lines (48 loc) · 814 Bytes
/
enums.d.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
// Auto-generated. Do not edit.
declare const enum Pins {
P0 = 3,
P1 = 2,
P2 = 1,
P3 = 4,
P4 = 5,
P5 = 17,
P6 = 12,
P7 = 11,
P8 = 18,
P9 = 10,
P10 = 6,
P11 = 26,
P12 = 20,
P13 = 23,
P14 = 22,
P15 = 21,
P16 = 16,
P19 = 0,
P20 = 30,
}
declare const enum RemoteButton {
Power = 0x00,
VolUp = 0x01,
FuncStop = 0x02,
LeftTwo = 0x04,
Suspended = 0x05,
RightTwo = 0x06,
Down = 0x08,
VolDown = 0x09,
Up = 0x0a,
Zero = 0x0c,
EQ = 0x0d,
StRept = 0x0e,
One = 0x10,
Two = 0x11,
Three = 0x12,
Four = 0x14,
Five = 0x15,
Six = 0x16,
Seven = 0x18,
Eight = 0x19,
Nine = 0x1a,
}
declare namespace maqueenIR {
}
// Auto-generated. Do not edit. Really.