added first code for OBD2 via CAN and K-Line
This commit is contained in:
@@ -85,7 +85,9 @@ typedef enum SpeedSource_e
|
||||
#endif
|
||||
SOURCE_IMPULSE,
|
||||
SOURCE_GPS,
|
||||
SOURCE_CAN
|
||||
SOURCE_CAN,
|
||||
SOURCE_OBD2_KLINE,
|
||||
SOURCE_OBD2_CAN
|
||||
} SpeedSource_t;
|
||||
|
||||
// String representation of SpeedSource enum
|
||||
|
Reference in New Issue
Block a user