From 6c3c57e6ed1d614a5ffec4747e271eb9e7aa8a68 Mon Sep 17 00:00:00 2001 From: ukw Date: Thu, 16 Feb 2012 10:43:15 +0000 Subject: Version 2.1.0: port to PIC C18 compiler, added external logging git-svn-id: svn://mikrocontroller.net/irmp@87 aeb2e35e-bfc4-4214-b83c-9e8de998ed28 --- irmpconfig.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'irmpconfig.h') diff --git a/irmpconfig.h b/irmpconfig.h index ca813ca..2349fa0 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.77 2011/09/22 10:36:22 fm Exp $ + * $Id: irmpconfig.h,v 1.78 2012/02/16 10:40:08 fm Exp $ * * ATMEGA88 @ 8 MHz * @@ -24,7 +24,7 @@ *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #ifndef F_INTERRUPTS -#define F_INTERRUPTS 15000 // interrupts per second, min: 10000, max: 20000, typ: 15000 +#define F_INTERRUPTS 11718 // interrupts per second, min: 10000, max: 20000, typ: 15000 #endif /*--------------------------------------------------------------------------------------------------------------------------------------------------- @@ -103,6 +103,15 @@ #define IRMP_LOGGING 0 // 1: log IR signal (scan), 0: do not (default) #endif +/*--------------------------------------------------------------------------------------------------------------------------------------------------- + * Use external logging routines + * If you enable external logging, you have also to enable IRMP_LOGGING above + *--------------------------------------------------------------------------------------------------------------------------------------------------- + */ +#ifndef IRMP_EXT_LOGGING +#define IRMP_EXT_LOGGING 0 // 1:log, 0: do not log ; +#endif + /*--------------------------------------------------------------------------------------------------------------------------------------------------- * Set IRMP_PROTOCOL_NAMES to 1 if want to access protocol names (for logging etc), costs ~300 bytes RAM! *--------------------------------------------------------------------------------------------------------------------------------------------------- -- cgit v1.2.3