1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/lsm6dsl
Kees Bakker d8edf6dd4e drivers/lsm6dsl: eliminate and correct casts
Converting phydat_t* to lsm6dsl_3d_data_t* is not correct, but it happened
to just work because the first struct member of phydat_t will be used.

Furthermore, casting &res[0] to int16_t* is wrong. Again, it just happened
to work.
2019-01-06 16:56:17 +01:00
..
include drivers/lsm6dsl: use new driver params scheme 2018-02-28 17:46:15 +01:00
lsm6dsl_saul.c drivers/lsm6dsl: eliminate and correct casts 2019-01-06 16:56:17 +01:00
lsm6dsl.c drivers/lsm6dsl: adapt the i2c api return codes 2018-07-25 12:01:38 +02:00
Makefile drivers: add lsm6dsl imu driver 2017-04-06 10:58:18 +02:00