Expand description
Analog hall-effect matrix implementation. Hall-effect analog matrix scanner with EEPROM-backed per-key calibration and continuous auto-calibration.
Re-exportsยง
pub use types::HallCfg;
Modulesยง
- calibration ๐
- First-boot guided calibration and EEPROM persistence.
- scan ๐
- Hot-path matrix scanning: column stability check, rapid-trigger logic, and per-key travel computation.
- types ๐
Structsยง
- AdcPart
- ADC-related peripherals grouped to allow split borrows when constructing
a [
embassy_stm32::adc::ConfiguredSequence]. - Analog
Hall Matrix - Hall-effect analog matrix scanner with EEPROM-backed per-key calibration and continuous auto-calibration.