-
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.96.0 - Implement shared hardware type and simplify errors
- Loading branch information
Showing
4 changed files
with
81 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ecu_diagnostics" | ||
version = "0.95.8" | ||
version = "0.96.0" | ||
authors = ["Ashcon Mohseninia <[email protected]>"] | ||
edition = "2021" | ||
description = "A rust crate for ECU diagnostic servers and communication APIs" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# Examples section | ||
|
||
Each example here demonstates some feature of the ecu_diagnostic crate! | ||
Each example here demonstates some feature of the ecu_diagnostic crate! | ||
|
||
* kwp - Example of KWP Diagnostic server | ||
* Peak - Example showing CAN Frame reading using PCAN-USB hardware + PCAN API under windows |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters