boards/thingy52: add config for on-board lis2dh12
This commit is contained in:
parent
9c853b598d
commit
1d9fbcb076
@ -33,6 +33,14 @@ extern "C" {
|
|||||||
#define BTN0_MODE GPIO_IN_PU
|
#define BTN0_MODE GPIO_IN_PU
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @name LIS2DH12 low power accelerometer configuration
|
||||||
|
* @{
|
||||||
|
*/
|
||||||
|
#define LIS2DH12_PARAM_I2C I2C_DEV(1)
|
||||||
|
/** @} */
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Initialize board specific hardware
|
* @brief Initialize board specific hardware
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user