Skip to content

feat(bma): Add initial support for BMA400

Michael Meinel requested to merge led02/firmware:led02/bma into master

This merge enables BMA400 support:

  • configure device, set power mode
  • enable interrupts
  • read acceleration and interrupts

Currently, support is implemented for detection of taps and orientation change.

Merge request reports