Expand description
All event and data types produced by the Hermes client.
Structs§
- Config
Response - A config response received from the EEG config characteristic.
- Device
Event - An event notification from the device (e.g. button press).
- EegSample
- A multi-channel EEG sample from the ADS1299 ADC.
- Motion
Data - 9-DOF motion data from a single BLE notification.
- XyzSample
- A 3-axis inertial / magnetic measurement.
Enums§
- Hermes
Event - All data events emitted by
crate::hermes_client::HermesClient.