A rust driver (and utility) for the Infineon tlv493d 3-DoF I2C hall-effect sensor
- Add to your project with
cargo add sensor-tlv493d - Install the utility with
cargo install sensor-tlv498d
Note that for no_std use you must default_features = false to disable dependencies on std for error handling etc.