tobiasliebmann / COBS-CPP

An Arduino compatible COBS (Consistent Overhead Byte Stuffing) Encoder/Decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

COBS-CPP

An Arduino compatible COBS (Consistent Overhead Byte Stuffing) Encoder/Decoder.

This library was taken from Patrick Baus and modified so that it can be used in a project. In this project the Arduino IDE had problems with the unitests and beacuse of this they were removed. Asides from that nothing was changed.

One can find the original repository here: https://github.com/PatrickBaus/COBS-CPP.git

About

An Arduino compatible COBS (Consistent Overhead Byte Stuffing) Encoder/Decoder

License:GNU General Public License v3.0


Languages

Language:C++ 100.0%