Crates.io | ak8963 |
lib.rs | ak8963 |
version | 1.1.0 |
source | src |
created_at | 2018-08-16 05:59:05.513108 |
updated_at | 2018-09-07 06:54:39.99523 |
description | Library for the AK8963 magnetometer. |
homepage | |
repository | https://github.com/braincore/8963-rs |
max_upload_size | |
id | 79700 |
size | 11,103 |
A library for the AK8963 magnetometer. Only supports the i2c interface (no SPI).
See basic test in lib.rs
or examples/scan.rs
.
By default, uses i2c bus=1, addr=0x0c. To override, use these environment variables:
MS5611_I2C_BUS2=1 MS5611_I2C_ADDR=12 cargo test