Add sending of small frames with no zeroes
This commit is contained in:
parent
26537474ae
commit
a089eaa868
4 changed files with 82 additions and 16 deletions
|
@ -25,3 +25,4 @@ SOFTWARE.
|
|||
typedef struct byte_stuffer_state byte_stuffer_state_t;
|
||||
void init_byte_stuffer_state(byte_stuffer_state_t* state);
|
||||
void recv_byte(byte_stuffer_state_t* state, uint8_t data);
|
||||
void send_frame(uint8_t* data, uint16_t size);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue