PacketSerial
An Arduino Library that facilitates packet-based serial communication using COBS or SLIP encoding.
Deprecated List
Member
PacketSerial_< EncoderType, PacketMarker, ReceiveBufferSize >::begin
(unsigned long speed, size_t port) __attribute__((deprecated))
Use
setStream()
to configure a non-default port.
Member
PacketSerial_< EncoderType, PacketMarker, ReceiveBufferSize >::begin
(Stream *stream) __attribute__((deprecated))
Use
setStream()
to configure a non-default port.
Generated by
1.8.15