From 8ce2552e6f7472f03c8de9a90b2093d6a1fad429 Mon Sep 17 00:00:00 2001 From: "Wolfgang (Wolle) Ewald" Date: Tue, 4 Oct 2022 17:11:45 +0200 Subject: [PATCH] Update ADXL345_SPI_basic_data.ino --- examples/ADXL345_SPI_basic_data/ADXL345_SPI_basic_data.ino | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/ADXL345_SPI_basic_data/ADXL345_SPI_basic_data.ino b/examples/ADXL345_SPI_basic_data/ADXL345_SPI_basic_data.ino index 3300fb7..2d9a054 100644 --- a/examples/ADXL345_SPI_basic_data/ADXL345_SPI_basic_data.ino +++ b/examples/ADXL345_SPI_basic_data/ADXL345_SPI_basic_data.ino @@ -58,8 +58,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);