Skip to content

1.3.0

Compare
Choose a tag to compare
@bakercp bakercp released this 25 Jul 07:04
· 13 commits to master since this release

[1.3.0] 2019-07-25

Removed

  • Remove the void begin(unsigned long speed, size_t port) function.
  • Remove the void begin(Stream* stream) function.
  • while(!SerialX) line when CORE_TEENSY is defined. This was leading to unexpected behavior where programs would not start until a serial connection was opened.

Added

  • Lambda function packetHandler examples and documentation.
  • Add bool overflow() const to check for a receive buffer overflow.
  • Added API documentation @ http://bakercp.github.io/PacketSerial/

Changed

  • Updated README.md, fixed spelling error, added links, docs.
  • Rewrote SLIP enum in terms of decimal notation for consistency.
  • Updated documentation folder, .github structure.
  • Updated CI testing.