Crate linux_embedded_hal [] [src]

Implementation of embedded-hal traits for Linux devices

Drivers

This crate lets you use a bunch of platform agnostic drivers that are based on the embedded-hal traits. You can find them on crates.io by searching for the embedded-hal keyword.

Reexports

pub extern crate spidev;
pub extern crate sysfs_gpio;

Structs

Pin

Newtype around sysfs_gpio::Pin that implements the embedded-hal traits

Spidev

Newtype around spidev::Spidev that implements the embedded-hal traits