Use trait for main device

This commit is contained in:
Robert Sammelson 2023-05-13 20:40:25 -04:00
parent cd82a02efb
commit e6dc5e478a
No known key found for this signature in database
GPG key ID: 92F1F04EDB06B9E9
4 changed files with 255 additions and 237 deletions

View file

@ -1,4 +1,5 @@
mod obd2;
use obd2::Obd2Device;
fn main() {
env_logger::init();