summaryrefslogtreecommitdiff
path: root/irsndconfig.h
diff options
context:
space:
mode:
authorukw2011-01-13 16:15:49 +0000
committerukw2011-01-13 16:15:49 +0000
commit9547ee89a530c866f714f1ce0fafe0f03e0ce83c (patch)
tree4d25c743970eb0b0eacfee197cb03d9f1feb48cf /irsndconfig.h
parent9405f84a089d56faf232246f86a509d879461e6e (diff)
downloadirmp-9547ee89a530c866f714f1ce0fafe0f03e0ce83c.zip
corrected additional bit handling in SIRCS protocol
git-svn-id: svn://mikrocontroller.net/irmp@49 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irsndconfig.h')
-rw-r--r--irsndconfig.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/irsndconfig.h b/irsndconfig.h
index 928d55e..6988e03 100644
--- a/irsndconfig.h
+++ b/irsndconfig.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irsndconfig.h,v 1.15 2010/11/10 08:01:46 fm Exp $
+ * $Id: irsndconfig.h,v 1.16 2010/11/17 10:33:10 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -38,7 +38,8 @@
#define IRSND_SUPPORT_RC5_PROTOCOL 1 // RC5 >= 10000 uses ~150 bytes
#define IRSND_SUPPORT_DENON_PROTOCOL 1 // DENON >= 10000 uses ~200 bytes
#define IRSND_SUPPORT_JVC_PROTOCOL 1 // JVC >= 10000 uses ~150 bytes
-#define IRSND_SUPPORT_RC6_PROTOCOL 0 // RC6 NOT SUPPORTED YET! DON'T CHANGE!
+#define IRSND_SUPPORT_RC6_PROTOCOL 1 // RC6 >= 10000 uses ~250 bytes
+#define IRSND_SUPPORT_RC6A_PROTOCOL 1 // RC6A >= 10000 uses ~250 bytes
#define IRSND_SUPPORT_BANG_OLUFSEN_PROTOCOL 1 // Bang&Olufsen >= 10000 uses ~250 bytes
#define IRSND_SUPPORT_GRUNDIG_PROTOCOL 1 // Grundig >= 10000 uses ~300 bytes
#define IRSND_SUPPORT_NOKIA_PROTOCOL 1 // Nokia >= 10000 uses ~400 bytes