mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-28 05:09:40 +00:00
default constructor and operator() for test
This commit is contained in:
@ -12,7 +12,7 @@ public:
|
||||
private:
|
||||
uint16_t id; /// @brief Адрес передатчика
|
||||
public:
|
||||
|
||||
IR_Encoder();
|
||||
/// @brief Класс передатчика
|
||||
/// @param addr Адрес передатчика
|
||||
/// @param pin Вывод передатчика
|
||||
@ -82,8 +82,8 @@ private:
|
||||
uint8_t low;
|
||||
uint8_t high;
|
||||
};
|
||||
static uint8_t *bitHigh;
|
||||
static uint8_t *bitLow;
|
||||
static uint8_t bitHigh[2];
|
||||
static uint8_t bitLow[2];
|
||||
uint8_t *currentBitSequence = bitLow;
|
||||
volatile SignalPart signal;
|
||||
};
|
||||
|
Reference in New Issue
Block a user