LSM303D: Start with 16g as default range

This commit is contained in:
Lorenz Meier
2015-06-29 21:31:28 +02:00
parent 0693e186d9
commit c0dc9f99a6
+2 -2
View File
@@ -39,7 +39,7 @@ then
fi
# external LSM303D is rotated 270 degrees yaw
if lsm303d -X -R 6 start
if lsm303d -X -R 6 -a 16 start
then
fi
@@ -62,7 +62,7 @@ then
then
fi
if lsm303d start
if lsm303d -a 16 start
then
fi
fi