X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/blobdiff_plain/4d08a2f77cb136eeac9a0ec3bc5caf9fbba94c52..e97defc02a9df11a1ab8575b6b572587ef033449:/irmpconfig.h diff --git a/irmpconfig.h b/irmpconfig.h index 75d9834..3767de7 100644 --- a/irmpconfig.h +++ b/irmpconfig.h @@ -133,16 +133,16 @@ *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (ARM_STM32) // use C13 as IR input on STM32 -# define IRMP_PORT_LETTER C -# define IRMP_BIT_NUMBER 13 +# define IRMP_PORT_LETTER B +# define IRMP_BIT_NUMBER 4 /*--------------------------------------------------------------------------------------------------------------------------------------------------- * Change hardware pin here for ARM STM32 with libopencm3 *--------------------------------------------------------------------------------------------------------------------------------------------------- */ -#elif defined (ARM_OPENCM3) // use C13 as IR input on STM32 -# define IRMP_PORT_LETTER C -# define IRMP_BIT_NUMBER 13 +#elif defined (LIBOPENCM3) +# define IRMP_PORT_LETTER B +# define IRMP_BIT_NUMBER 4 /*--------------------------------------------------------------------------------------------------------------------------------------------------- * Change hardware pin here for Stellaris ARM Cortex M4