embedded-svc 0.29.0

A set of traits for services higher level than embedded-hal and typically found in embedded microcontrollers with WiFi or BLE support.
Documentation
1
2
3
4
5
pub use embedded_io::*;

pub mod asynch {
    pub use embedded_io_async::*;
}