PacketSerial
An Arduino Library that facilitates packet-based serial communication using COBS or SLIP encoding.
|
First, please see the Code of Conduct.
Check out the Todo list to see if there are any planned items.
Check out the Help Wanted tag in the issues section for specific ideas or propose your own new ideas.
Pull Requests are always welcome, so if you make any improvements please feel free to float them back upstream :)
git checkout -b my-new-feature
).).
Push to the branch (
git push origin my-new-feature`).New features should include tests (if possible) to confirm functionality.
All code should be documented inline using Doxygen documentation. See the project's source for examples of the preferred style.