From a594036778d28da7155d75d4de32ec2463b34553 Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Thu, 30 Mar 2017 15:47:39 -0600 Subject: [PATCH] bma250e: correct some comments/documentation Signed-off-by: Jon Trulson --- src/bma250e/bma250e_defs.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/bma250e/bma250e_defs.h b/src/bma250e/bma250e_defs.h index 4a4e33b6..4bf82b16 100644 --- a/src/bma250e/bma250e_defs.h +++ b/src/bma250e/bma250e_defs.h @@ -380,7 +380,10 @@ extern "C" { // 0x01-0x10 reserved BMA250E_LOW_POWER_SLEEPTIMER_MODE = 0x20, - BMA250E_LOW_POWER_LOWPOWER_MODE = 0x40 // LPM1 or LPM2 mode. see DS. + BMA250E_LOW_POWER_LOWPOWER_MODE = 0x40 // LPM1 or + // LPM2 + // mode. see + // DS. // 0x80 reserved } BMA250E_LOW_POWER_BITS_T; @@ -920,7 +923,7 @@ extern "C" { } BMA250E_INTERRUPT_PINS_T; // Different variants of this chip support different resolutions. - // The 0xf9 variant supports 10b, while the 0xfa variant (bmx050) + // The 0xf9 variant supports 10b, while the 0xfa variant (bmx055) // supports 12 bits. typedef enum { BMA250E_RESOLUTION_10BITS,