Arduino KVComm
master
Key-Value pair communication library for Arduino
|
Send a SLIP package over the serial port every 5 seconds.
It should print the following:
Received packet: Hello, world!
For boards where Serial
is not a hardware UART, use Serial1
as the stream for the SLIPStream.
Written by PieterP, 2020-02-06
https://github.com/tttapa/Arduino-KVComm