Utility for reading data from a vehicle over OBD-II
Find a file
Robert Sammelson 4139dcea60
Add get_dtcs
- Required new function obd_mode_command for commands without PIDs
- Required new reading function for single line responses
- Multiple devices can respond to get_dtcs, so the responses are now
  vectors of the previous type - vectors of u8
2023-05-13 20:04:35 -04:00
src Add get_dtcs 2023-05-13 20:04:35 -04:00
.gitignore Initial commit 2023-05-12 19:07:59 -04:00
Cargo.lock Initial commit 2023-05-12 19:07:59 -04:00
Cargo.toml Initial commit 2023-05-12 19:07:59 -04:00