mirror of
https://github.com/g4klx/MMDVM.git
synced 2026-04-20 22:05:08 +00:00
Add the transmit function.
This commit is contained in:
parent
f65d52bf2f
commit
54745130c2
3 changed files with 19 additions and 2 deletions
3
CalM17.h
3
CalM17.h
|
|
@ -31,7 +31,10 @@ public:
|
|||
|
||||
void process();
|
||||
|
||||
uint8_t write(const uint8_t* data, uint16_t length);
|
||||
|
||||
private:
|
||||
bool m_transmit;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue