[−][src]Crate linux_embedded_hal
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.
Re-exports
pub extern crate i2cdev; |
pub extern crate spidev; |
pub extern crate sysfs_gpio; |
pub extern crate serial_unix; |
pub extern crate serial_core; |
pub extern crate nb; |
Structs
| Delay | Empty struct that provides delay functionality on top of |
| I2cdev | Newtype around |
| Pin | Newtype around |
| Serial | Newtype around |
| Spidev | Newtype around |