Crate fs1027_dg_hal

source ·
Expand description

fs1027-dg-hal sensor driver

The crate provides a basic sensor driver based on the I²C interface provided.

The sensor’s sheet can be found here

Other versions of this sensor might work, but are not supported.

Structs

Driver definition that owns the I²C bus. Saver, since it can ensure that the BUS is always the same.
An instance of the driver that does not own the I²C bus.