Crate freebsd_embedded_hal

Source
Expand description

Implementation of embedded-hal traits for FreeBSD devices

Re-exports§

pub use gpio::GpioChip;
pub use i2c::I2cBus;

Modules§

gpio
Implementation of embedded-hal digital input/output traits using the FreeBSD gpio(3) library
i2c
Implementation of embedded-hal I2C traits using the FreeBSD iic(4) device interface