#can-bus #standard #bit #identifier #extended #cases #non-embedded

no-std sae-j1939

Implementation of SAE-J1939 for both embedded and non-embedded use cases

2 releases

0.1.1 Feb 5, 2023
0.1.0 Feb 5, 2023

#940 in Embedded development

Download history 1/week @ 2024-02-14 6/week @ 2024-02-21 18/week @ 2024-02-28 45/week @ 2024-03-06

70 downloads per month

MIT license

6KB
109 lines

crates.io crates.io

SAE-J1939 Library

Provides helper functionality conforming to the SAE-J1939 specification.

Usage

Add an entry to your Cargo.toml:

[dependencies]
sae-j1939 = "0.1.1"

References

About Team Arrow

Team Arrow Racing Association is a volunteer organisation that designs, develops and races world-class solar powered vehicles. This repository is part of our endevour to build in the open and make our learnings accessible to anyone.

You can find our more about Team Arrow on our website.


lib.rs:

Library to assist with common SAE-J1939 conversions.

Features

  • Standard and extended identifier types.
  • Conversion to and from raw bit reperesntations.

No runtime deps