//! Sensor layer: BCI (EEG), accelerometer, and sensor fusion.
/// Module for the accelerometer sensor.
pubmodaccelerometer;/// Module for the BCI (EEG) sensor.
pubmodbci;/// Module for the sensor fusion algorithm.
pubmodfusion;/// Re-exports the `SensorFusion` struct from the `fusion` module.
pubusefusion::SensorFusion;