summaryrefslogtreecommitdiff
path: root/irmpconfig.h
diff options
context:
space:
mode:
authorukw2010-06-10 10:04:01 +0000
committerukw2010-06-10 10:04:01 +0000
commit879b06c217259fbe72821796716ad23834248f01 (patch)
tree864100011cbe7c316bdd0f4459add81ba2f3fc10 /irmpconfig.h
parentb5ea7869b5946d1dcf8a586d8e0d081cde940989 (diff)
downloadirmp-879b06c217259fbe72821796716ad23834248f01.zip
Version 1.6.1: changed interfaces of irmp_ISR(), irsnd_send_data(), changed debug output of silent, normal and verbose modes, changed uart routines for more portability
git-svn-id: svn://mikrocontroller.net/irmp@22 aeb2e35e-bfc4-4214-b83c-9e8de998ed28
Diffstat (limited to 'irmpconfig.h')
-rw-r--r--irmpconfig.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/irmpconfig.h b/irmpconfig.h
index 1f074ae..8d8b7d4 100644
--- a/irmpconfig.h
+++ b/irmpconfig.h
@@ -3,7 +3,7 @@
*
* Copyright (c) 2010 Frank Meyer - frank(at)fli4l.de
*
- * $Id: irmpconfig.h,v 1.11 2010/06/08 23:34:14 fm Exp $
+ * $Id: irmpconfig.h,v 1.12 2010/06/10 10:09:47 fm Exp $
*
* ATMEGA88 @ 8 MHz
*
@@ -22,7 +22,7 @@
*---------------------------------------------------------------------------------------------------------------------------------------------------
*/
#ifndef F_INTERRUPTS
-#define F_INTERRUPTS 10000 // interrupts per second
+#define F_INTERRUPTS 10000 // interrupts per second, min: 10000, max: 15000
#endif
/*---------------------------------------------------------------------------------------------------------------------------------------------------
@@ -81,6 +81,8 @@
* Set IRMP_LOGGING to 1 if want to log data to UART with 9600Bd
*---------------------------------------------------------------------------------------------------------------------------------------------------
*/
-#define IRMP_LOGGING 0 // 1: log IR signal (scan), 0: do not (default)
+#ifndef IRMP_LOGGING
+#define IRMP_LOGGING 0 // 1: log IR signal (scan), 0: do not (default)
+#endif
#endif /* _WC_IRMPCONFIG_H_ */