mirror of https://github.com/google/pebble
spelling: bandwidth
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
6dd9f2a7ed
commit
7bccc39af7
|
@ -60,7 +60,7 @@ typedef enum {
|
|||
//! These are the natively supported filter bandwidths of the bma255.
|
||||
//! Note that power consumption is tightly tied to the filter bandwidth. In
|
||||
//! order to run acceptably, we need to keep a bandwidth up in the 500Hz ~ 1kHz range.
|
||||
//! Please see discussion below for more information on Bandwith, TSleep and ODR.
|
||||
//! Please see discussion below for more information on Bandwidth, TSleep and ODR.
|
||||
typedef enum {
|
||||
BMA255Bandwidth_7p81HZ = 8,
|
||||
BMA255Bandwidth_15p63HZ = 9,
|
||||
|
|
Loading…
Reference in New Issue