|
|
|
@ -80,8 +80,6 @@ public:
|
|
|
|
#if defined(DUPLEX)
|
|
|
|
#if defined(DUPLEX)
|
|
|
|
void interrupt2(void);
|
|
|
|
void interrupt2(void);
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
void resetWatchdog(void);
|
|
|
|
|
|
|
|
uint32_t getWatchdog(void);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#if defined(BIDIR_DATA_PIN)
|
|
|
|
#if defined(BIDIR_DATA_PIN)
|
|
|
|
void Data_dir_out(bool dir);
|
|
|
|
void Data_dir_out(bool dir);
|
|
|
|
@ -97,6 +95,9 @@ public:
|
|
|
|
void setMode(MMDVM_STATE modemState);
|
|
|
|
void setMode(MMDVM_STATE modemState);
|
|
|
|
void setDecode(bool dcd);
|
|
|
|
void setDecode(bool dcd);
|
|
|
|
void setLoDevYSF(bool ysfLoDev);
|
|
|
|
void setLoDevYSF(bool ysfLoDev);
|
|
|
|
|
|
|
|
void resetWatchdog(void);
|
|
|
|
|
|
|
|
uint32_t getWatchdog(void);
|
|
|
|
|
|
|
|
void selfTest(void);
|
|
|
|
|
|
|
|
|
|
|
|
// RF interface API
|
|
|
|
// RF interface API
|
|
|
|
void setTX(void);
|
|
|
|
void setTX(void);
|
|
|
|
|