11 lines
153 B
C
11 lines
153 B
C
#ifndef _OBD2_CAN_H_
|
|
#define _OBD2_CAN_H_
|
|
|
|
#include <Arduino.h>
|
|
|
|
// === Funktionen ===
|
|
void Init_OBD2_CAN();
|
|
uint32_t Process_OBD2_CAN_Speed();
|
|
|
|
#endif
|