Skip to content

Commit

Permalink
Update ADXL345_basic_data.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
wollewald authored Oct 4, 2022
1 parent 8ce2552 commit 2d202b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ADXL345_basic_data/ADXL345_basic_data.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 2d202b3

Please sign in to comment.