mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-27 20:59:37 +00:00
no default construct
This commit is contained in:
@ -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
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user