Initial commit
This commit is contained in:
commit
273c4159be
6 changed files with 665 additions and 0 deletions
7
src/main.rs
Normal file
7
src/main.rs
Normal file
|
@ -0,0 +1,7 @@
|
|||
mod obd2;
|
||||
|
||||
fn main() {
|
||||
env_logger::init();
|
||||
let mut device = obd2::Obd2::default();
|
||||
println!("VIN: {:?}", device.get_vin());
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue