4049a5209c
added get_fuel_level() obdii command
2025-04-30 06:19:58 +00:00
Robert Sammelson
1171380877
Fix lint issues and add comments
...
Lint issues:
- spelling problems
- iter instead of into_iter
2025-03-20 02:17:56 -04:00
Robert Sammelson
db4b4d990d
Fix errors in doc comments
2023-05-31 21:31:01 -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
5b20ac0ab9
Add more doc comments
2023-05-20 22:42:57 -04:00
Robert Sammelson
fb35987b28
Switch to using macros for data retrieval commands
2023-05-20 22:42:57 -04:00
Robert Sammelson
8d521ff46d
Add more getter functions to the commands module
2023-05-20 22:42:57 -04:00
Robert Sammelson
61dba62f5d
Reorganize commands module
2023-05-17 22:26:16 -04:00