Crates.io | bxcan |
lib.rs | bxcan |
version | 0.8.0 |
source | src |
created_at | 2020-12-01 00:39:21.590798 |
updated_at | 2024-09-17 01:51:26.525077 |
description | STM32 bxCAN peripheral driver |
homepage | |
repository | https://github.com/stm32-rs/bxcan.git |
max_upload_size | |
id | 318420 |
size | 290,742 |
This crate implements a driver for the bxCAN peripheral found in many low- to middle-end STM32 microcontrollers.
Please refer to the changelog to see what changed in the last releases.
Add an entry to your Cargo.toml
:
[dependencies]
bxcan = "0.8.0"
Check the API Documentation for how to use the crate's functionality.
This crate supports at least the 3 latest stable Rust releases. Bumping the minimum supported Rust version (MSRV) is not considered a breaking change as long as these 3 versions are still supported.