Add complib client and TCP communication
This commit is contained in:
parent
1a033c8b03
commit
a484bc2137
35 changed files with 815 additions and 232 deletions
|
@ -136,7 +136,7 @@ private:
|
|||
|
||||
void clear_buffers();
|
||||
|
||||
uint8_t calculate_checksum(uint8_t *data, uint8_t length);
|
||||
static uint8_t calculate_checksum(uint8_t *data, uint8_t length);
|
||||
};
|
||||
|
||||
|
||||
|
|
Reference in a new issue