mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
zephyr/prj_frdm_k64f.conf: Add fxos8700 sensor.
Adds the fxos8700 accelerometer/magnetometer/die temperature sensor to the frdm_k64f board configuration.
This commit is contained in:
committed by
Damien George
parent
6d82499a48
commit
7748375b6e
@@ -1,2 +1,8 @@
|
||||
# Networking drivers
|
||||
CONFIG_NET_L2_ETHERNET=y
|
||||
|
||||
# Sensor drivers
|
||||
CONFIG_I2C=y
|
||||
CONFIG_FXOS8700=y
|
||||
CONFIG_FXOS8700_MODE_HYBRID=y
|
||||
CONFIG_FXOS8700_TEMP=y
|
||||
|
||||
Reference in New Issue
Block a user