Add the transmit function.

This commit is contained in:
Jonathan Naylor 2021-10-27 21:28:43 +01:00
parent f65d52bf2f
commit 54745130c2
3 changed files with 19 additions and 2 deletions

View file

@ -31,7 +31,10 @@ public:
void process();
uint8_t write(const uint8_t* data, uint16_t length);
private:
bool m_transmit;
};
#endif