Assert optional output pins on mode change.

This commit is contained in:
Jonathan Naylor 2016-06-01 09:23:09 +01:00
parent 2e0d0c027c
commit e9ba2e896a
4 changed files with 51 additions and 2 deletions

3
IO.h
View file

@ -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);