neuromorphic-drivers 0.1.0

Neuromorphic devices drivers
Documentation
1
2
3
4
5
6
7
#[derive(Debug, serde::Serialize, serde::Deserialize)]
pub struct Camera<Configuration> {
    pub name: &'static str,
    pub width: u16,
    pub height: u16,
    pub default_configuration: Configuration,
}