Skip to main content

hidpp/feature/device_information/
mod.rs

1//! Implements the `DeviceInformation` feature (ID `0x0003`) that provides some
2//! general information about the device.
3
4pub mod v0;