mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/b-l475e-iot01a: Adapt lsm6dsxx params
This commit is contained in:
parent
71169638ca
commit
d45a179a2e
@ -71,8 +71,8 @@ extern "C" {
|
||||
* @name LSM6DSL accelerometer sensor configuration
|
||||
* @{
|
||||
*/
|
||||
#define LSM6DSL_PARAM_I2C I2C_DEV(1)
|
||||
#define LSM6DSL_PARAM_ADDR (0x6A)
|
||||
#define LSM6DSXX_PARAM_I2C I2C_DEV(1)
|
||||
#define LSM6DSXX_PARAM_ADDR (0x6A)
|
||||
/** @} */
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Loading…
Reference in New Issue
Block a user