]> cloudbase.mooo.com Git - irmp.git/commitdiff
Version 2.1.2:
authorukw <ukw@aeb2e35e-bfc4-4214-b83c-9e8de998ed28>
Fri, 24 Feb 2012 15:00:54 +0000 (15:00 +0000)
committerukw <ukw@aeb2e35e-bfc4-4214-b83c-9e8de998ed28>
Fri, 24 Feb 2012 15:00:54 +0000 (15:00 +0000)
 - removed GRUNDIG2 (identical with IR60)
 - fixed bug in IR60 decoder
 - fixed bug in CRC detection of Kaseikyo frames
 - added IR60 protocol in IRSND

git-svn-id: svn://mikrocontroller.net/irmp@92 aeb2e35e-bfc4-4214-b83c-9e8de998ed28

irmp.h
irmpconfig.h
irsndconfig.h

diff --git a/irmp.h b/irmp.h
index 1e54f2c80fd0d1d6b80622fcbdfe9d3fd9c3d2e2..9d0fac70bc6f9b6aed8cf9307fc507438d7b3a65 100644 (file)
--- a/irmp.h
+++ b/irmp.h
@@ -3,7 +3,7 @@
  *\r
  * Copyright (c) 2009-2011 Frank Meyer - frank(at)fli4l.de\r
  *\r
- * $Id: irmp.h,v 1.72 2012/02/24 14:24:27 fm Exp $\r
+ * $Id: irmp.h,v 1.73 2012/02/24 15:00:18 fm Exp $\r
  *\r
  * ATMEGA88 @ 8 MHz\r
  *\r
@@ -72,7 +72,7 @@ typedef uint8_t     PAUSE_LEN;
 #define IRMP_RC6A_PROTOCOL                      21              // RC6A, e.g. Kathrein, XBOX\r
 #define IRMP_NIKON_PROTOCOL                     22              // Nikon\r
 #define IRMP_RUWIDO_PROTOCOL                    23              // Ruwido, e.g. T-Home Mediareceiver\r
-#define IRMP_IR60_PROTOCOL                      24              // IR60 (SAB2008)\r
+#define IRMP_IR60_PROTOCOL                      24              // IR60 (SDA2008)\r
 #define IRMP_KATHREIN_PROTOCOL                  25              // Kathrein\r
 #define IRMP_NETBOX_PROTOCOL                    26              // Netbox keyboard (bitserial)\r
 #define IRMP_NEC16_PROTOCOL                     27              // NEC with 16 bits (incl. sync)\r
index b08113585f25cef74e53a3df2cadee8eab8b63ce..bc5e4658b6c756e87fb49bcec80e33bfc000f2b5 100644 (file)
@@ -3,7 +3,7 @@
  *\r
  * Copyright (c) 2009-2011 Frank Meyer - frank(at)fli4l.de\r
  *\r
- * $Id: irmpconfig.h,v 1.82 2012/02/24 14:24:27 fm Exp $\r
+ * $Id: irmpconfig.h,v 1.83 2012/02/24 15:00:18 fm Exp $\r
  *\r
  * ATMEGA88 @ 8 MHz\r
  *\r
@@ -56,7 +56,7 @@
 #define IRMP_SUPPORT_JVC_PROTOCOL               0       // JVC                  >= 10000                 ~150 bytes\r
 #define IRMP_SUPPORT_NEC16_PROTOCOL             0       // NEC16                >= 10000                 ~100 bytes\r
 #define IRMP_SUPPORT_NEC42_PROTOCOL             0       // NEC42                >= 10000                 ~300 bytes\r
-#define IRMP_SUPPORT_IR60_PROTOCOL              1       // IR60 (SAB2008)       >= 10000                 ~300 bytes\r
+#define IRMP_SUPPORT_IR60_PROTOCOL              1       // IR60 (SDA2008)       >= 10000                 ~300 bytes\r
 #define IRMP_SUPPORT_GRUNDIG_PROTOCOL           0       // Grundig              >= 10000                 ~300 bytes\r
 #define IRMP_SUPPORT_SIEMENS_PROTOCOL           0       // Siemens Gigaset      >= 15000                 ~550 bytes\r
 #define IRMP_SUPPORT_NOKIA_PROTOCOL             0       // Nokia                >= 10000                 ~300 bytes\r
index 070c7c3dac908913e35fa1d64cb565f0021bcddd..7af7e8e31e0c9b89b1cb5b1a667ea7aa8c1b6dfd 100644 (file)
@@ -3,7 +3,7 @@
  *\r
  * Copyright (c) 2010-2011 Frank Meyer - frank(at)fli4l.de\r
  *\r
- * $Id: irsndconfig.h,v 1.30 2012/02/24 14:24:28 fm Exp $\r
+ * $Id: irsndconfig.h,v 1.31 2012/02/24 15:00:18 fm Exp $\r
  *\r
  * ATMEGA88 @ 8 MHz\r
  *\r
@@ -45,7 +45,7 @@
 #define IRSND_SUPPORT_JVC_PROTOCOL              0       // JVC                  >= 10000                 ~150 bytes\r
 #define IRSND_SUPPORT_NEC16_PROTOCOL            0       // NEC16                >= 10000                 ~150 bytes\r
 #define IRSND_SUPPORT_NEC42_PROTOCOL            0       // NEC42                >= 10000                 ~150 bytes\r
-#define IRSND_SUPPORT_IR60_PROTOCOL             1       // IR60 (SAB2008)       >= 10000                 ~250 bytes\r
+#define IRSND_SUPPORT_IR60_PROTOCOL             1       // IR60 (SDA2008)       >= 10000                 ~250 bytes\r
 #define IRSND_SUPPORT_GRUNDIG_PROTOCOL          1       // Grundig              >= 10000                 ~300 bytes\r
 #define IRSND_SUPPORT_SIEMENS_PROTOCOL          0       // Siemens, Gigaset     >= 15000                 ~150 bytes\r
 #define IRSND_SUPPORT_NOKIA_PROTOCOL            0       // Nokia                >= 10000                 ~400 bytes\r