You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.