You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ir_Sanyo.cpp
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -12,18 +12,18 @@
12
12
// Looks like Sony except for timings, 48 chars of data and time/space different
13
13
14
14
#defineSANYO_BITS12
15
-
#defineSANYO_HEADER_MARK3500// seen range 3500
16
-
#defineSANYO_HEADER_SPACE950// seen 950
15
+
#defineSANYO_HEADER_MARK3500// seen range 3500
16
+
#defineSANYO_HEADER_SPACE950// seen 950
17
17
#defineSANYO_ONE_MARK2400// seen 2400
18
18
#defineSANYO_ZERO_MARK700// seen 700
19
+
#defineSANYO_RPT_LENGTH45000// Not used. Commands are repeated every 45ms(measured from start to start) for as long as the key on the remote control is held down.
19
20
#defineSANYO_DOUBLE_SPACE_USECS800// usually see 713 - not using ticks as get number wrap around
// see https://www.sbprojects.net/knowledge/ir/sirc.php
12
+
11
13
#defineSONY_BITS12
12
14
#defineSONY_HEADER_MARK2400
13
15
#defineSONY_HEADER_SPACE600
14
16
#defineSONY_ONE_MARK1200
15
17
#defineSONY_ZERO_MARK600
16
-
#defineSONY_RPT_LENGTH45000
17
-
#defineSONY_DOUBLE_SPACE_USECS500// usually see 713 - not using ticks as get number wrap around
18
+
#defineSONY_RPT_LENGTH45000// Not used. Commands are repeated every 45ms(measured from start to start) for as long as the key on the remote control is held down.
19
+
#defineSONY_DOUBLE_SPACE_USECS500// usually see 713 - not using ticks as get number wrap around
0 commit comments