Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
MightyPork committed Jan 26, 2018
1 parent e3fb2c9 commit 74d6451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ Listener callbacks return values of the `TF_Result` enum:

TinyFrame uses two data buffers: a small transmit buffer and a larger receive buffer.
The transmit buffer is used to prepare bytes to send, either all at once, or in a
circular fashion if the buffer is not large enough. The buffer must be large enough to
contain the frame header, so e.g. 32 bytes should be sufficient for short messages.
circular fashion if the buffer is not large enough. The buffer must only contain the entire
frame header, so e.g. 32 bytes should be sufficient for short messages.

Using the `*_Multipart()` sending functions, it's further possible to split the frame
header and payload to multiple function calls, allowing the applciation to e.g. generate
Expand Down

0 comments on commit 74d6451

Please sign in to comment.