mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 14:08:33 +00:00
Abstract Due specific I/O to a seperate file.
This commit is contained in:
parent
ba969d85d0
commit
7aeb1b6371
3 changed files with 255 additions and 170 deletions
15
IO.h
15
IO.h
|
|
@ -87,6 +87,21 @@ private:
|
|||
volatile uint32_t m_watchdog;
|
||||
|
||||
bool m_lockout;
|
||||
|
||||
// Hardware specific routines
|
||||
void initInt();
|
||||
void startInt();
|
||||
|
||||
bool getCOSInt();
|
||||
|
||||
void setLEDInt(bool on);
|
||||
void setPTTInt(bool on);
|
||||
void setCOSInt(bool on);
|
||||
|
||||
void setDStarInt(bool on);
|
||||
void setDMRInt(bool on);
|
||||
void setYSFInt(bool on);
|
||||
void setP25Int(bool on);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue