* fix "state not acquired error" * add InterruptTypeComparatorTrigger to interrupt mgr, use interrupt mgr in irda app * separate init irda timer * capture events buffer by app * irda common decoder * irda nec decoder realization * finished work with decoder * fix app path * fix widget remove on exit * nec receive, store and send * init some packets
		
			
				
	
	
		
			4 lines
		
	
	
		
			81 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			81 B
		
	
	
	
		
			C
		
	
	
	
	
	
| #pragma once
 | |
| #include "flipper.h"
 | |
| 
 | |
| void ir_nec_send(uint16_t addr, uint8_t data); |