LIN_master  0.1
Arduino LIN master emulation with preemptive background operation
Operation_Modes.md
1 Operation Modes
2 ====================
3 
4 The below traces show the LIN pin for a master request (2 data bytes) and slave respone (8 data bytes), and a test pin which is toggled in *loop()* to indicate the CPU load.
5 The examples were run on on an Arduino Mega 2560 @ 16MHz.
6 
7 
8 Background Operation
9 --------------------
10 
11 ![ ](background_operation.png)
12 
13 ====================================
14 
15 Blocking Operation
16 ------------------
17 
18 ![ ](blocking_operation.png)