]> cloudbase.mooo.com Git - irmp.git/blobdiff - irmpconfig.h
Version 2.5.5: IRMP port to PIC XC8 compiler
[irmp.git] / irmpconfig.h
index e01b1c791b7015a52f0e6f27c0d74a3615eee50c..6fb30c7edec5f8cfa1a9f1ecf0483e2cf68ea326 100644 (file)
@@ -5,7 +5,7 @@
  *\r
  * Copyright (c) 2009-2013 Frank Meyer - frank(at)fli4l.de\r
  *\r
- * $Id: irmpconfig.h,v 1.109 2014/06/05 21:00:57 fm Exp $\r
+ * $Id: irmpconfig.h,v 1.110 2014/07/01 07:50:33 fm Exp $\r
  *\r
  * ATMEGA88 @ 8 MHz\r
  *\r
 #  define IRMP_BIT_NUMBER                       6\r
 \r
 /*---------------------------------------------------------------------------------------------------------------------------------------------------\r
- * Change hardware pin here for PIC C18 compiler\r
+ * Change hardware pin here for PIC C18 or XC8 compiler\r
  *---------------------------------------------------------------------------------------------------------------------------------------------------\r
  */\r
-#elif defined (PIC_C18)                                                 // use RB4 as IR input on PIC\r
+#elif defined (PIC_C18)                                                 // use RB4 as IR input on PIC (C18 or XC8 compiler)\r
 #  define IRMP_PIN                              PORTBbits.RB4\r
 \r
 /*---------------------------------------------------------------------------------------------------------------------------------------------------\r
  *---------------------------------------------------------------------------------------------------------------------------------------------------\r
  */\r
 #elif defined (PIC_CCS)\r
-#  define IRMP_PIN                              PIN_B4                  // use PB4 as IR input on PIC\r
+#  define IRMP_PIN                              PIN_B4                  // use PB4 as IR input on PIC (CCS compiler)\r
 \r
 /*---------------------------------------------------------------------------------------------------------------------------------------------------\r
  * Change hardware pin here for ARM STM32\r