This Arduino library implements a Local Interconnect Master node emulation. For an explanation of the LIN bus and protocol e.g. see https://en.wikipedia.org/wiki/Local_Interconnect_Network.
The class structure is very flexible and aims at supporting different Serial interfaces and architectures. It can easily be ported to other boards - in which case a pull request is highly appreciated...
Supported functionality:
Supported Boards (with additional LIN hardware):
Test Matrix:
Notes:
handler()
method must be called at least every 1ms, especially after initiating a frameHave fun!, Georg