openbci 0.0.1

Native Rust driver for OpenBCI EEG/EMG boards (Cyton, Cyton+Daisy, Ganglion, Galea) with standard 10-05/10-10/10-20 electrode placement
Documentation
1
2
3
4
5
6
7
/// Integration / unit tests for the openbci crate.
///
/// Hardware is never touched — all tests run purely against in-memory data.
pub mod channel_config_tests;
pub mod electrode_tests;
pub mod packet_tests;
pub mod sample_tests;