Skip to content
Snippets Groups Projects
Commit 95c04efe authored by Joakim Nohlgård's avatar Joakim Nohlgård
Browse files

frdm-kw41z: Add FXOS8700CQ configuration

parent 8163e285
No related branches found
No related tags found
No related merge requests found
...@@ -86,6 +86,14 @@ extern "C" ...@@ -86,6 +86,14 @@ extern "C"
#define FRDM_NOR_SPI_CS SPI_HWCS(0) /**< Flash CS pin */ #define FRDM_NOR_SPI_CS SPI_HWCS(0) /**< Flash CS pin */
/** @} */ /** @} */
/**
* @name FXOS8700CQ 3-axis accelerometer and magnetometer bus configuration
* @{
*/
#define FXOS8700_PARAM_I2C I2C_DEV(1)
#define FXOS8700_PARAM_ADDR 0x1F
/** @} */
/** /**
* @brief Initialize board specific hardware, including clock, LEDs and standard I/O * @brief Initialize board specific hardware, including clock, LEDs and standard I/O
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment