2 releases
0.1.1 | Mar 29, 2020 |
---|---|
0.1.0 | Mar 16, 2020 |
#1042 in Embedded development
10KB
122 lines
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
Dependencies
~71KB