Commit graph

5 commits

Author SHA1 Message Date
Nicholas Orlowsky 642d2255ef
- allow communication to elm327 device via a serialport
- allow creation of elm327 device without requiring unwrap()
- added some extra documentation
- add fuel_level obd-ii command
- expose reset() functionality of device
2025-03-18 22:03:13 -04:00
Robert Sammelson 13b9041511
Add the remaining service $00 PIDs up to $20
Also restructure the code to implement get_dtcs and get_dtc_info by
implementing GetObd2Values on the data types they return. This brings
them in line with every other getter function besides get_vin.
2023-05-21 01:53:12 -04:00
Robert Sammelson 8d521ff46d
Add more getter functions to the commands module 2023-05-20 22:42:57 -04:00
Robert Sammelson cd0242b796
Split some files and add more documentation 2023-05-15 21:07:07 -04:00
Robert Sammelson 2a43bf94bd
Switch to a library and move main to an example 2023-05-14 23:41:18 -04:00