Fix serial port bug and several small changes

This commit is contained in:
Andy CA6JAU 2017-02-02 22:08:59 -03:00
parent 66fe701251
commit 39de090f19
30 changed files with 103 additions and 51 deletions

3
IO.h
View file

@ -71,7 +71,8 @@ public:
void setTX();
void setRX();
void ifConf();
void ifInit();
void start();
void startInt();
// Misc functions
void dlybit(void);