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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# J1850-Arduino-Transceiver-Library
2
-
Arduino library which allow to communicate on J1850-PWM mode.
2
+
Arduino library which allow to decode characters on J1850-PWM mode.
3
3
It works with wire, radio and laser transmissions.
4
4
You just have to choose your bit-rate (lower is better), tx and rx pins.
5
-
It doesn't have either a header nor a parity check. These functions could be implemented at a higher protocol layer.
5
+
It doesn't have either a header nor a parity check. These functions could be implemented at a higher protocol layer. It doesn't detect SOF (start of frame) and EOF (end of frame) yet.
6
6
7
7
Required libraries:
8
8
1. DigitalWriteFast (Tested with version 1.0.0, Download: https://github.com/watterott/Arduino-Libs)
0 commit comments