LIN_slave_portable_Arduino 1.4
Arduino library for Local Interconnect Network slave node emulation
Loading...
Searching...
No Matches
LIN_slave_NeoHWSerial_AVR.h File Reference

LIN slave emulation library using a NeoHWSerial interface of AVR. More...

Go to the source code of this file.

Classes

class  LIN_Slave_NeoHWSerial_AVR
 LIN slave node class via AVR NeoHWSerial. More...
 

Detailed Description

LIN slave emulation library using a NeoHWSerial interface of AVR.

This library provides a slave node emulation for a LIN bus via a NeoHWSerial interface of AVR For an explanation of the LIN bus and protocol e.g. see https://en.wikipedia.org/wiki/Local_Interconnect_Network

Note
Use NeoHWSerial for BREAK detection using framing error (standard HardwareSerial only uses inter-frame pause)
Author
Georg Icking-Konert

Definition in file LIN_slave_NeoHWSerial_AVR.h.