ssp 0.5.4

Messages and related types for implementing the SSP/eSSP serial communication protocol
Documentation
1
2
3
4
5
6
7
//! Allows the host to change the fixed part of the `eSSP` key.

mod command;
mod response;

pub use command::*;
pub use response::*;