mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-28 05:09:40 +00:00
no default construct
This commit is contained in:
@ -11,7 +11,6 @@ std::list<IR_Encoder*>& IR_Encoder::get_enc_list() // определение ф
|
||||
return dec_list; // возвращается ссылка на переменную
|
||||
}
|
||||
|
||||
IR_Encoder::IR_Encoder(){};
|
||||
|
||||
IR_Encoder::IR_Encoder(uint8_t pin, uint16_t addr, IR_DecoderRaw *decPair)
|
||||
{
|
||||
@ -404,4 +403,4 @@ uint8_t IR_Encoder::bitLow[2] = {
|
||||
// (bitActiveTakts) * 2 - 0};
|
||||
// uint8_t* IR_Encoder::bitLow = new uint8_t[2]{
|
||||
// (bitPauseTakts/2 + bitActiveTakts) * 2 - 0,
|
||||
// (bitPauseTakts) - 0};
|
||||
// (bitPauseTakts) - 0};
|
||||
|
Reference in New Issue
Block a user