fix unknown const, rename last board
This commit is contained in:
parent
6c39c7e535
commit
757f539b5f
2 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ void setup(void) {
|
|||
case LSM6DS_GYRO_RANGE_2000_DPS:
|
||||
Serial.println("2000 degrees/s");
|
||||
break;
|
||||
case ISM330DHCT_GYRO_RANGE_4000_DPS:
|
||||
default:
|
||||
break; // unsupported range for the DSOX
|
||||
}
|
||||
// lsm6ds.setGyroDataRate(LSM6DS_RATE_12_5_HZ);
|
||||
|
|
|
|||
Loading…
Reference in a new issue