You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,9 @@ The HardwareSerial UART of an ESP32 is used. (But in the past I used a software
7
7
I've used a TJA1020 Transceiver on HW side in my project. The chip contains a statemachine, which needs to be controlled before you will be able to write or receive data. To keep thinks easy, I created a derived class (from this one) which consider the statemachine every time using the bus: https://github.com/mestrode/Lin-Transceiver-Library
8
8
9
9
# example
10
-
Take a look into this repo to see, how this works: https://github.com/mestrode/IBS-Sensor-Library
10
+
Need a basic example: Take a look into the example folder.
11
+
12
+
More complex example: Take a look into this repo to see, how this works: https://github.com/mestrode/IBS-Sensor-Library
11
13
12
14
This code calls some methods of BatSensor which utilizes the Lin-Interface
13
15
@@ -56,7 +58,6 @@ The aktual data handling looks like this:
0 commit comments