samples: fxos8700: fp support for accel devices

Adds a config flag to enable floating point support for fxos8700
compatible accelerometer devices.

Signed-off-by: Jordan Stein <jordan.stein@fortrobotics.com>
This commit is contained in:
Jordan Stein 2021-10-26 15:38:27 -04:00 committed by Maureen Helm
commit aeee57bfe1

View file

@ -4,5 +4,6 @@ CONFIG_I2C=y
CONFIG_SENSOR=y
CONFIG_FXOS8700=y
CONFIG_SENSOR_LOG_LEVEL_DBG=y
CONFIG_CBPRINTF_FP_SUPPORT=y
CONFIG_FXOS8700_MODE_ACCEL=y
CONFIG_FXOS8700_TRIGGER_OWN_THREAD=y