From 253513a90dbd4184a15c8751312e53671b8a8488 Mon Sep 17 00:00:00 2001 From: ukw Date: Fri, 24 Feb 2012 15:00:54 +0000 Subject: Version 2.1.2: - 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'irmp.h') diff --git a/irmp.h b/irmp.h index 1e54f2c..9d0fac7 100644 --- a/irmp.h +++ b/irmp.h @@ -3,7 +3,7 @@ * * Copyright (c) 2009-2011 Frank Meyer - frank(at)fli4l.de * - * $Id: irmp.h,v 1.72 2012/02/24 14:24:27 fm Exp $ + * $Id: irmp.h,v 1.73 2012/02/24 15:00:18 fm Exp $ * * ATMEGA88 @ 8 MHz * @@ -72,7 +72,7 @@ typedef uint8_t PAUSE_LEN; #define IRMP_RC6A_PROTOCOL 21 // RC6A, e.g. Kathrein, XBOX #define IRMP_NIKON_PROTOCOL 22 // Nikon #define IRMP_RUWIDO_PROTOCOL 23 // Ruwido, e.g. T-Home Mediareceiver -#define IRMP_IR60_PROTOCOL 24 // IR60 (SAB2008) +#define IRMP_IR60_PROTOCOL 24 // IR60 (SDA2008) #define IRMP_KATHREIN_PROTOCOL 25 // Kathrein #define IRMP_NETBOX_PROTOCOL 26 // Netbox keyboard (bitserial) #define IRMP_NEC16_PROTOCOL 27 // NEC with 16 bits (incl. sync) -- cgit v1.2.3