mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-04 22:18:57 +00:00
Assert optional output pins on mode change.
This commit is contained in:
parent
2e0d0c027c
commit
e9ba2e896a
4 changed files with 51 additions and 2 deletions
3
IO.h
3
IO.h
|
|
@ -36,7 +36,8 @@ public:
|
|||
uint16_t getSpace() const;
|
||||
|
||||
void setDecode(bool dcd);
|
||||
|
||||
void setMode();
|
||||
|
||||
void interrupt();
|
||||
|
||||
void setParameters(bool rxInvert, bool txInvert, bool pttInvert, uint8_t rxLevel, uint8_t txLevel);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue