X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/blobdiff_plain/95eab03cca00d71c839a8f265ca0d9fbf3b41c44..afd1e690e5576608cc0754b348faed22f674a32a:/irmpconfig.h diff --git a/irmpconfig.h b/irmpconfig.h index 08fdc49..646bb42 100644 --- a/irmpconfig.h +++ b/irmpconfig.h @@ -5,7 +5,7 @@ * * Copyright (c) 2009-2012 Frank Meyer - frank(at)fli4l.de * - * $Id: irmpconfig.h,v 1.94 2012/10/26 08:12:17 fm Exp $ + * $Id: irmpconfig.h,v 1.95 2012/11/18 17:51:26 fm Exp $ * * ATMEGA88 @ 8 MHz * @@ -113,6 +113,14 @@ # define IRMP_PORT_LETTER C # define IRMP_BIT_NUMBER 13 +/*--------------------------------------------------------------------------------------------------------------------------------------------------- + * Change hardware pin here for Stellaris ARM Cortex M4 + *--------------------------------------------------------------------------------------------------------------------------------------------------- + */ +#elif defined (STELLARIS_ARM_CORTEX_M4) // use B4 as IR input on Stellaris LM4F +# define IRMP_PORT_LETTER B +# define IRMP_BIT_NUMBER 4 + /*--------------------------------------------------------------------------------------------------------------------------------------------------- * Handling of unknown target system: DON'T CHANGE *---------------------------------------------------------------------------------------------------------------------------------------------------