#ifndef _OBD2_CAN_H_ #define _OBD2_CAN_H_ #include // === Funktionen === void Init_OBD2_CAN(); uint32_t Process_OBD2_CAN_Speed(); #endif