Skip to main content

osdp/driver/
mod.rs

1//! Higher-level drivers built atop the codec and transport.
2//!
3//! - [`acu`] — Access Control Unit (master).
4//! - [`pd`] — Peripheral Device (slave).
5
6pub mod acu;
7pub mod pd;