Add get_dtc_info
This commit is contained in:
parent
4139dcea60
commit
4d08a680d1
2 changed files with 37 additions and 0 deletions
|
@ -5,6 +5,7 @@ fn main() {
|
|||
let mut device = obd2::Obd2::default();
|
||||
|
||||
println!("VIN: {:?}", device.get_vin());
|
||||
println!("DTC Info: {:#?}", device.get_dtc_info());
|
||||
|
||||
let dtcs = device.get_dtcs();
|
||||
println!("DTCs: {:?}", dtcs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue