ist8310

Crates.ioist8310
lib.rsist8310
version0.1.1
sourcesrc
created_at2020-03-16 21:29:36.771792
updated_at2020-03-29 18:23:14.886381
descriptionIST8310 magnetometer driver for embedded hal
homepage
repositoryhttps://github.com/tstellanova/ist8310
max_upload_size
id219607
size12,024
Todd Stellanova (tstellanova)

documentation

README

ist8310

A rust embedded-hal driver for the Isentek IST8310 3-axis magnetometer.

This sensor is claimed to be pin-compatible with the HMC5883 magnetometer.

Status

  • Basic i2c setup support

  • read of main xyz magentometer vector

  • Tests with mock embedded hal

  • Periodic configuration check (for poor i2c connections)

  • Usage example with cortex-m hal

  • Doc comments

  • CI

  • support for cross-axis flow calibration

Commit count: 8

cargo fmt