From 2d202b3cacc4aca32e05144fd57b86e049e49818 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Wolle) Ewald" Date: Tue, 4 Oct 2022 17:13:43 +0200 Subject: [PATCH] Update ADXL345_basic_data.ino --- examples/ADXL345_basic_data/ADXL345_basic_data.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ADXL345_basic_data/ADXL345_basic_data.ino b/examples/ADXL345_basic_data/ADXL345_basic_data.ino index a0bb673..88bd67e 100644 --- a/examples/ADXL345_basic_data/ADXL345_basic_data.ino +++ b/examples/ADXL345_basic_data/ADXL345_basic_data.ino @@ -52,8 +52,8 @@ void setup(){ Serial.print("Data rate: "); Serial.print(myAcc.getDataRateAsString()); -/* In full resolution raw values the size of the raw values depend - on the range: 2g = 10 bit; 4g = 11 bit; 8g = 12 bit; 16g =13 bit; +/* In full resolution the size of the raw values depend on the range: + 2g = 10 bit; 4g = 11 bit; 8g = 12 bit; 16g =13 bit; uncomment to change to 10 bit for all ranges. */ // myAcc.setFullRes(false);