IR RX simple app (#218)
* split falling and rising ir rx events * fix irda * simple irda rx function for app * add extern timer * fix timer num for f2
This commit is contained in:
		@@ -173,8 +173,15 @@ extern TIM_HandleTypeDef htim16;
 | 
			
		||||
#define LFRFID_TIM htim1
 | 
			
		||||
#define LFRFID_CH TIM_CHANNEL_1
 | 
			
		||||
 | 
			
		||||
#define IRDA_TIM htim1
 | 
			
		||||
#define IRDA_CH TIM_CHANNEL_3
 | 
			
		||||
#define IRDA_TX_TIM htim1
 | 
			
		||||
#define IRDA_TX_CH TIM_CHANNEL_3
 | 
			
		||||
 | 
			
		||||
// only for reference
 | 
			
		||||
// IRDA RX timer dont exist in F2
 | 
			
		||||
// and timer need more data to init (NVIC IRQn to set priority)
 | 
			
		||||
#define IRDA_RX_TIM htim2
 | 
			
		||||
#define IRDA_RX_FALLING_CH TIM_CHANNEL_1
 | 
			
		||||
#define IRDA_RX_RISING_CH TIM_CHANNEL_2
 | 
			
		||||
 | 
			
		||||
#define NFC_IRQ_Pin RFID_PULL_Pin
 | 
			
		||||
#define NFC_IRQ_GPIO_Port RFID_PULL_GPIO_Port
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user