Commit graph

7 commits

Author SHA1 Message Date
Robert Sammelson 559fbbaa12
Add get_rpm and get_speed 2023-05-14 23:16:05 -04:00
Robert Sammelson 4e8bfd38d1
Add baud rate search function 2023-05-14 23:16:04 -04:00
Robert Sammelson e6dc5e478a
Use trait for main device 2023-05-14 23:15:58 -04:00
Robert Sammelson cd82a02efb
Use traits for basic reader 2023-05-13 20:27:33 -04:00
Robert Sammelson 4d08a680d1
Add get_dtc_info 2023-05-13 20:04:37 -04:00
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
Robert Sammelson 273c4159be
Initial commit 2023-05-12 19:07:59 -04:00