]> cloudbase.mooo.com Git - irmp.git/blobdiff - irmpconfig.h
Version 2.6.5: corrected PROGMEM access to irmp_protocol_names[]
[irmp.git] / irmpconfig.h
index aeead17471cf8751fda6c7fb9790d4cc35869de4..6239e83683e982b6ea805fffbf0ca2264b33c9b7 100644 (file)
@@ -3,11 +3,10 @@
  *\r
  * DO NOT INCLUDE THIS FILE, WILL BE INCLUDED BY IRMP.H!\r
  *\r
- * Copyright (c) 2009-2013 Frank Meyer - frank(at)fli4l.de\r
+ * Copyright (c) 2009-2014 Frank Meyer - frank(at)fli4l.de\r
+ * Extensions for PIC 12F1820 W.Strobl 2014-07-20\r
  *\r
- * $Id: irmpconfig.h,v 1.113 2014/07/09 15:03:49 fm Exp $\r
- *\r
- * ATMEGA88 @ 8 MHz\r
+ * $Id: irmpconfig.h,v 1.121 2014/09/15 12:36:28 fm Exp $\r
  *\r
  * This program is free software; you can redistribute it and/or modify\r
  * it under the terms of the GNU General Public License as published by\r
  *---------------------------------------------------------------------------------------------------------------------------------------------------\r
  */\r
 #elif defined (PIC_C18)                                                 // use RB4 as IR input on PIC (C18 or XC8 compiler)\r
-#  define IRMP_PIN                              PORTBbits.RB4\r
+#if defined(__12F1840)\r
+#  define IRMP_PIN                              RA5                     // on 12F1840 with XC8 compiler\r
+#endif\r
+#  define IRMP_PIN                              PORTBbits.RB4           // PIC C18\r
 \r
 /*---------------------------------------------------------------------------------------------------------------------------------------------------\r
  * Change hardware pin here for PIC CCS compiler\r