X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/blobdiff_plain/6ab7d63ce8432cc5a6fb9fe36d86fb1f01ffeccc..6c3c57e6ed1d614a5ffec4747e271eb9e7aa8a68:/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! *---------------------------------------------------------------------------------------------------------------------------------------------------