Various changes
- 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
This commit is contained in:
parent
1171380877
commit
11e87eafaf
10 changed files with 186 additions and 66 deletions
|
|
@ -11,3 +11,4 @@ env_logger = "0.10"
|
|||
ftdi = "0.1.3"
|
||||
log = "0.4.8"
|
||||
thiserror = "1.0.15"
|
||||
serialport="=4.6.1"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue