![]() |
LIN_master
0.1
Arduino LIN master emulation with preemptive background operation
|
This 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.
Supported functionality:
This library depends on the Task Scheduler library for background operation, which is available via the Arduino IDE library manager or directly from https://github.com/kcl93/Tasks
Supported Boards (with additional LIN hardware):
As no device specific tricks are used, other boards should also work, if they are supported by the Task Scheduler library.
Have fun, Georg