mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-04 14:07:36 +00:00
Add optional clocking for the displays.
This commit is contained in:
parent
05a750bf60
commit
90772a2a9b
4 changed files with 14 additions and 0 deletions
|
|
@ -62,6 +62,8 @@ protected:
|
|||
virtual void writeFusionInt(const char* source, const char* dest, const char* type, const char* origin) = 0;
|
||||
virtual void clearFusionInt() = 0;
|
||||
|
||||
virtual void clockInt(unsigned int ms);
|
||||
|
||||
private:
|
||||
CTimer m_timer1;
|
||||
CTimer m_timer2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue