LIN_master  0.1
Arduino LIN master emulation with preemptive background operation
LIN_master.cpp File Reference

Base class for LIN master emulation. More...

#include "Arduino.h"
#include "LIN_master.h"

Go to the source code of this file.

Detailed Description

Base class for LIN master emulation.

This library provides the base class for a master node emulation of a LIN bus. For an explanation of the LIN bus and protocol e.g. see https://en.wikipedia.org/wiki/Local_Interconnect_Network

Author
Georg Icking-Konert
Date
2020-03-14
Version
0.1

Definition in file LIN_master.cpp.