summaryrefslogtreecommitdiffstats
path: root/linhes/linhes-templates/templates/remotes/other/generic/MOTOROLA.conf
blob: e786f2bef52186b5f7f7f931850cab6a68fb1fc5 (plain)
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
#
# generic Motorola config file
#
# source: Motorola Application Note AN463
# ICs 68HC05K0/MC144105/MC144107
#
# used by Grundig
#
# currently you have to create config files for such remotes manually
# as irrecord always will record the start code

begin remote

  name  MOTOROLA_START/STOP
  flags SHIFT_ENC|CONST_LENGTH
  bits           10
  eps            10
  aeps           250

  header          512    2560
  one             512    512
  zero            512    512
  gap             32800
  repeat_bit      0
  frequency 32000
  duty_cycle 25

      begin codes
        START/STOP  0x0000000000000000
      end codes

end remote

begin remote

  name  MOTOROLA
  flags SHIFT_ENC|CONST_LENGTH
  bits           10
  eps            10
  aeps           250

  header          512    2560
  one             512    512
  zero            512    512
  gap             131000
  repeat_bit      0
  frequency 32000
  duty_cycle 25

      begin codes
      end codes

end remote