Adding runtime debug info print at startup

This commit is contained in:
Andy CA6JAU 2017-08-20 20:48:17 -03:00
parent 36f018c654
commit 92d9844f64
5 changed files with 78 additions and 16 deletions

View file

@ -50,6 +50,8 @@ public:
void writeDebug(const char* text, int16_t n1, int16_t n2, int16_t n3);
void writeDebug(const char* text, int16_t n1, int16_t n2, int16_t n3, int16_t n4);
void printConf();
private:
uint8_t m_buffer[256U];
uint8_t m_ptr;