X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/blobdiff_plain/956ea3ea733ead7da9cf5584b9a0dc1c1d98d548..f07dac6bedf59a1b5358827813252e1e011b73aa:/irmpconfig.h?ds=sidebyside diff --git a/irmpconfig.h b/irmpconfig.h index aeead17..6239e83 100644 --- a/irmpconfig.h +++ b/irmpconfig.h @@ -3,11 +3,10 @@ * * DO NOT INCLUDE THIS FILE, WILL BE INCLUDED BY IRMP.H! * - * Copyright (c) 2009-2013 Frank Meyer - frank(at)fli4l.de + * Copyright (c) 2009-2014 Frank Meyer - frank(at)fli4l.de + * Extensions for PIC 12F1820 W.Strobl 2014-07-20 * - * $Id: irmpconfig.h,v 1.113 2014/07/09 15:03:49 fm Exp $ - * - * ATMEGA88 @ 8 MHz + * $Id: irmpconfig.h,v 1.121 2014/09/15 12:36:28 fm Exp $ * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -106,7 +105,10 @@ *--------------------------------------------------------------------------------------------------------------------------------------------------- */ #elif defined (PIC_C18) // use RB4 as IR input on PIC (C18 or XC8 compiler) -# define IRMP_PIN PORTBbits.RB4 +#if defined(__12F1840) +# define IRMP_PIN RA5 // on 12F1840 with XC8 compiler +#endif +# define IRMP_PIN PORTBbits.RB4 // PIC C18 /*--------------------------------------------------------------------------------------------------------------------------------------------------- * Change hardware pin here for PIC CCS compiler