mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:12:57 +01:00
boards/feather-nrf52840-sense: Adapt lsm6dsxx params
This commit is contained in:
parent
d45a179a2e
commit
e755992ac0
@ -82,6 +82,14 @@ extern "C" {
|
||||
#define SHT3X_PARAM_I2C_ADDR (SHT3X_I2C_ADDR_1) /**< I2C address */
|
||||
/** @} */
|
||||
|
||||
/**
|
||||
* @name LSM6DSXX accelerometer sensor configuration
|
||||
* @{
|
||||
*/
|
||||
#define LSM6DSXX_PARAM_I2C I2C_DEV(0)
|
||||
#define LSM6DSXX_PARAM_ADDR (0x6A)
|
||||
/** @} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user