mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-28 05:09:40 +00:00
removed unused parametr
This commit is contained in:
@ -18,7 +18,7 @@ public:
|
||||
/// @param pin Вывод передатчика
|
||||
/// @param tune Подстройка несущей частоты
|
||||
/// @param decPair Приёмник, для которого отключается приём в момент передачи передатчиком
|
||||
IR_Encoder(uint16_t addr, uint8_t pin, IR_DecoderRaw* decPair = nullptr);
|
||||
IR_Encoder(uint16_t addr, IR_DecoderRaw* decPair = nullptr);
|
||||
|
||||
static void timerSetup() {
|
||||
// TIMER2 Ini
|
||||
|
Reference in New Issue
Block a user