vedderb / vesc_express

The source code for the VESC Express
GNU General Public License v3.0
39 stars 31 forks source link

Added the tcp-recv-to-char and buf-resize extensions #14

Closed laxsjo closed 9 months ago

laxsjo commented 9 months ago

Added the tcp-recv-to-char extension for receiving data until a character is encountered.

Also added a buf-resize extension for efficiently growing or shrinking the length of byte-arrays.

I will open a pull request for the bldc repository with the buf-resize extension as well as updated docs very soon.

laxsjo commented 9 months ago

Here is the PR with its corresponding changes for the bldc repository: https://github.com/vedderb/bldc/pull/684