#embedded-hal-driver #team #sensor #embedded-driver #magnetometer #field #hmc5883l

no-std edrv-hmc5883l

Driver for HMC5883L, maintained by the embedded-drivers team

1 unstable release

0.0.1 Sep 24, 2024

#23 in #magnetometer

Download history 149/week @ 2024-09-24 13/week @ 2024-10-01 5/week @ 2024-10-08

167 downloads per month

MIT/Apache

9KB
150 lines

edrv-hmc5883l

Rust driver for HMC5883L.

Overview

This project provides a Rust driver for the HMC5883L 3-axis magnetometer. It aims to offer a consistent and reliable interface for interacting with the HMC5883L sensor in embedded Rust applications.

Maintenance

This project is maintained by the embedded-drivers team. Our organization's goal is to provide consistent driver access interfaces for embedded Rust and to maintain these drivers collectively to avoid orphaned crates.

Features

  • Reading magnetic field data from the HMC5883L sensor

Usage

[Provide basic usage examples]

Documentation

Docs.rs link

Contributing & License

Please refer to embedded-drivers


lib.rs:

Driver for HMC5883L.

Dependencies

~56KB