Change the handling of the mode LEDs.

This commit is contained in:
Jonathan Naylor 2020-08-31 16:06:59 +01:00
parent fb85505433
commit 632ddda68b
3 changed files with 30 additions and 16 deletions

2
IO.h
View file

@ -38,7 +38,7 @@ public:
void setDecode(bool dcd);
void setADCDetection(bool detect);
void setMode();
void setMode(MMDVM_STATE state);
void interrupt();