no default construct

This commit is contained in:
2024-08-29 14:14:46 +03:00
parent 784365181e
commit 2f4ac3ddf8
6 changed files with 188 additions and 13 deletions

View File

@ -36,7 +36,6 @@ protected:
public:
//////////////////////////////////////////////////////////////////////////
IR_DecoderRaw();
/// @brief Конструктор
/// @param pin Номер вывода прерывания/данных от приёмника (2 или 3 для atmega 328p)
/// @param addr Адрес приёмника
@ -133,4 +132,4 @@ private:
inline void errPulse(uint8_t pin, uint8_t count);
inline void infoPulse(uint8_t pin, uint8_t count);
#endif
};
};