mirror of
				https://github.com/Show-maket/IR-protocol.git
				synced 2025-10-30 18:42:35 +00:00 
			
		
		
		
	merge from TX and RX
This commit is contained in:
		| @ -1,9 +1,6 @@ | ||||
| #include "IR_Encoder.h" | ||||
| #include "IR_Decoder.h" | ||||
|  | ||||
| #define halfPeriod ((carrierPeriod / 2) - 5) //13  //8 // 14 при работе с регистрами, 14 -6 = 8 для digitalWrite() | ||||
| const auto _x_ = halfPeriod; | ||||
|  | ||||
| IR_Encoder::IR_Encoder(uint16_t addr, uint8_t pin, IR_Decoder* decPair) : ir_out(pin), addrSelf(addr), decoder(decPair) {}; | ||||
| IR_Encoder::~IR_Encoder() {}; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user