added first code for OBD2 via CAN and K-Line
This commit is contained in:
10
Software/include/obd2_kline.h
Normal file
10
Software/include/obd2_kline.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _OBD2_KLINE_H_
|
||||
#define _OBD2_KLINE_H_
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
// === Funktionen ===
|
||||
void Init_OBD2_KLine(Stream &serial); // Übergib z.B. SoftwareSerial oder Serial1
|
||||
uint32_t Process_OBD2_KLine_Speed(); // liefert mm seit letztem Aufruf
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user