Add more getter functions to the commands module

This commit is contained in:
Robert Sammelson 2023-05-17 22:12:13 -04:00
parent 97f17af790
commit 8d521ff46d
No known key found for this signature in database
GPG key ID: 92F1F04EDB06B9E9
4 changed files with 42 additions and 6 deletions

View file

@ -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};