PIN input CIR support change

This commit is contained in:
NIIBE Yutaka
2011-11-01 14:57:11 +09:00
parent de39c484d0
commit ed7e904aef
9 changed files with 749 additions and 291 deletions

View File

@@ -40,6 +40,10 @@
#if defined(PINPAD_SUPPORT)
#define HAVE_7SEGLED 1
/*
* Timer assignment for CIR
*/
#define TIMx TIM3
#endif
/*

View File

@@ -41,6 +41,10 @@
#if defined(PINPAD_SUPPORT)
#define HAVE_7SEGLED 1
/*
* Timer assignment for CIR
*/
#define TIMx TIM3
#endif
/*

View File

@@ -56,6 +56,11 @@
*/
#define GPIOA_LED 8
/*
* Timer assignment for CIR
*/
#define TIMx TIM3
/*
* I/O ports initial setup, this configuration is established soon after reset
* in the initialization code.