Add more doc comments
This commit is contained in:
parent
fb35987b28
commit
5b20ac0ab9
6 changed files with 29 additions and 4 deletions
|
@ -1,4 +1,8 @@
|
|||
//! High level OBD-II interface
|
||||
//!
|
||||
//! Retrieves data from the vehicle, over the OBD-II link. The interface is defined by SAE J1979,
|
||||
//! and a list of services and PIDs is available [on
|
||||
//! Wikipedia](https://en.wikipedia.org/wiki/OBD-II_PIDs). This module mostly uses service 1.
|
||||
|
||||
mod implementation;
|
||||
use implementation::GetObd2Values;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue