mirror of
https://github.com/google/pebble.git
synced 2025-04-30 15:21:41 -04:00
spelling: bandwidth
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
parent
6dd9f2a7ed
commit
7bccc39af7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue