minor changes

This commit is contained in:
Gunar Schorcht 2018-01-04 17:32:34 +01:00
parent c57aca2800
commit 4e629af5cd
4 changed files with 13 additions and 13 deletions

View file

@ -346,7 +346,7 @@ void user_init(void)
lis3dh_enable_adc (sensor, true, true);
// LAST STEP: Finally set scale and mode to start measurements
lis3dh_set_scale(sensor, lis3dh_scale_2g);
lis3dh_set_scale(sensor, lis3dh_scale_2_g);
lis3dh_set_mode (sensor, lis3dh_odr_10, lis3dh_high_res, true, true, true);
// -- SENSOR CONFIGURATION PART ---