PacketSerial
An Arduino Library that facilitates packet-based serial communication using COBS or SLIP encoding.
Contributing

Code of Conduct

First, please see the Code of Conduct.

How to Help

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.

Making Pull Requests

Pull Requests are always welcome, so if you make any improvements please feel free to float them back upstream :)

  1. Fork this repository.
  2. Create your feature branch (git checkout -b my-new-feature).
  3. Commit your changes (‘git commit -am 'Add some feature’).
  4. Push to the branch (git push origin my-new-feature`).
  5. Create new Pull Request.

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.