Skip to content

Commit

Permalink
Update README.md with release info
Browse files Browse the repository at this point in the history
  • Loading branch information
hrjkknox authored Nov 26, 2021
1 parent 8d1889d commit 748b091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# canLogParse
This is a library for importing and parsing data from Kvaser CAN files when you don't have a DBC file. The code should be fairly simple and self-documenting, and all other information should be contained within this file.
This is a library for importing and parsing data from Kvaser CAN files when you don't have a DBC file. The code should be fairly simple and self-documenting, and all other information should be contained within this file. The current pre-release is `v0.0.1`, and you can install it on pip via `pip3 install canLogParse`.

## Functions
### `importCanData(rawData, outputFormat="2dArray")`
Expand Down

0 comments on commit 748b091

Please sign in to comment.