summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorukw2011-09-22 10:36:52 +0000
committerukw2011-09-22 10:36:52 +0000
commit83b279abfd3c6d7efc7764287c99f078b5843109 (patch)
treee93df2be392bd48ccf964acd0fed7f5c7efa75b2
parent93ba2e012efb687bfd4387ee9f5b35dd456aa1f4 (diff)
downloadirmp-83b279abfd3c6d7efc7764287c99f078b5843109.zip
Version 2.0.2: improved jvc decoder (type 2 and 3)
git-svn-id: svn://mikrocontroller.net/irmp@84 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
-rw-r--r--irmpconfig.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/irmpconfig.h b/irmpconfig.h
index a3b3db3..ca813ca 100644
--- a/irmpconfig.h
+++ b/irmpconfig.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 2009-2011 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irmpconfig.h,v 1.76 2011/09/22 10:19:44 fm Exp $
+ * $Id: irmpconfig.h,v 1.77 2011/09/22 10:36:22 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -52,10 +52,10 @@
// more protocols, enable here! Enable Remarks F_INTERRUPTS Program Space
#define IRMP_SUPPORT_RC5_PROTOCOL 0 // RC5 >= 10000 ~250 bytes
-#define IRMP_SUPPORT_RC6_PROTOCOL 1 // RC6 & RC6A >= 10000 ~250 bytes
-#define IRMP_SUPPORT_JVC_PROTOCOL 1 // JVC >= 10000 ~150 bytes
-#define IRMP_SUPPORT_NEC16_PROTOCOL 1 // NEC16 >= 10000 ~100 bytes
-#define IRMP_SUPPORT_NEC42_PROTOCOL 1 // NEC42 >= 10000 ~300 bytes
+#define IRMP_SUPPORT_RC6_PROTOCOL 0 // RC6 & RC6A >= 10000 ~250 bytes
+#define IRMP_SUPPORT_JVC_PROTOCOL 0 // JVC >= 10000 ~150 bytes
+#define IRMP_SUPPORT_NEC16_PROTOCOL 0 // NEC16 >= 10000 ~100 bytes
+#define IRMP_SUPPORT_NEC42_PROTOCOL 0 // NEC42 >= 10000 ~300 bytes
#define IRMP_SUPPORT_IR60_PROTOCOL 0 // IR60 (SAB2008) >= 10000 ~300 bytes
#define IRMP_SUPPORT_GRUNDIG_PROTOCOL 0 // Grundig >= 10000 ~300 bytes
#define IRMP_SUPPORT_SIEMENS_PROTOCOL 0 // Siemens Gigaset >= 15000 ~550 bytes