gicking / LIN_master_Arduino

LIN master node emulation with preemptive background operation
MIT License
31 stars 3 forks source link

LIN Master Node Emulation

This library is no longer actively maintained. It is replaced by LIN_master_portable_Arduino, which adds more boards and support for SoftwareSerial.

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:

For AVR and SAM architectures 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. ESP32 and ESP8266 use the built-in Ticker library.

Supported Boards (with additional LIN hardware):

Notes:

Have fun!, Georg