Add more getter functions to the commands module
This commit is contained in:
parent
97f17af790
commit
8d521ff46d
4 changed files with 42 additions and 6 deletions
|
@ -1,5 +1,7 @@
|
|||
//! Crate for communicating with OBD-II (on-board diagnostics) interfaces on cars
|
||||
//!
|
||||
//! The high-level data retrieval functions can be found in [commands::Obd2DataRetrieval].
|
||||
//!
|
||||
//! # Usage
|
||||
//! ```
|
||||
//! use obd2::{commands::Obd2DataRetrieval, device::Elm327, Obd2};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue