reworked obd2_can part
This commit is contained in:
@@ -3,8 +3,10 @@
|
||||
|
||||
#include <Arduino.h>
|
||||
|
||||
// === Funktionen ===
|
||||
// Init MCP2515 und OBD2-CAN-Poller (non-blocking)
|
||||
void Init_OBD2_CAN();
|
||||
uint32_t Process_OBD2_CAN_Speed();
|
||||
|
||||
// Verarbeitet OBD2-CAN nicht-blockierend, integriert Strecke (mm) seit letztem Aufruf.
|
||||
uint32_t Process_OBD2_CAN_Speed();
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user