![]() |
LIN_slave_portable_Arduino 1.4
Arduino library for Local Interconnect Network slave node emulation
|
Base class for LIN slave emulation (non-functional) More...
Go to the source code of this file.
Classes | |
| class | LIN_Slave_Base |
| LIN slave node base class. More... | |
| struct | LIN_Slave_Base::callback_t |
| User-defined callback function with data length. More... | |
Base class for LIN slave emulation (non-functional)
This library provides the base class for a slave node emulation of a LIN bus. The base class is non-functional, as it lacks the actual communication interface. For an explanation of the LIN bus and protocol e.g. see https://en.wikipedia.org/wiki/Local_Interconnect_Network
Definition in file LIN_slave_Base.h.