Skip to main content

Module scan

Module scan 

Source
Expand description

Hot-path matrix scanning: column stability check, rapid-trigger logic, and per-key travel computation.

auto_calib_update and travel_from are free functions so they can be inlined into AnalogHallMatrix::scan_for_next_change without going through an extra method dispatch.

Functionsยง

auto_calib_update ๐Ÿ”’
Update the auto-calibration state machine for a single key.
travel_from ๐Ÿ”’
Convert a raw ADC reading into a travel value.