]> cloudbase.mooo.com Git - irmp.git/blobdiff - irmpconfig.h
Version 2.3.3: port to Stellaris ARM Cortex M4
[irmp.git] / irmpconfig.h
index 08fdc4950919521bd5a594f1382c90e8598d2921..646bb427eb8a456a33785131c6a1cf67537dd34f 100644 (file)
@@ -5,7 +5,7 @@
  *\r
  * Copyright (c) 2009-2012 Frank Meyer - frank(at)fli4l.de\r
  *\r
- * $Id: irmpconfig.h,v 1.94 2012/10/26 08:12:17 fm Exp $\r
+ * $Id: irmpconfig.h,v 1.95 2012/11/18 17:51:26 fm Exp $\r
  *\r
  * ATMEGA88 @ 8 MHz\r
  *\r
 #  define IRMP_PORT_LETTER                      C\r
 #  define IRMP_BIT_NUMBER                       13\r
 \r
+/*---------------------------------------------------------------------------------------------------------------------------------------------------\r
+ * Change hardware pin here for Stellaris ARM Cortex M4\r
+ *---------------------------------------------------------------------------------------------------------------------------------------------------\r
+ */\r
+#elif defined (STELLARIS_ARM_CORTEX_M4)                                 // use B4 as IR input on Stellaris LM4F\r
+#  define IRMP_PORT_LETTER                      B\r
+#  define IRMP_BIT_NUMBER                       4\r
+\r
 /*---------------------------------------------------------------------------------------------------------------------------------------------------\r
  * Handling of unknown target system: DON'T CHANGE\r
  *---------------------------------------------------------------------------------------------------------------------------------------------------\r