1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/lsm303dlhc
Kees Bakker 37d8709f3f drivers/lsm303dlhc: correct cast of phydat_t*
The read functions have a lsm303dlhc_3d_data_t* argument which is a
struct with 3 int16_t members. Thus we should cast res->val instead of
just res.
2019-01-06 17:08:04 +01:00
..
include drivers/lsm303dlhc: rework driver API and params definition 2018-07-25 12:01:38 +02:00
lsm303dlhc_saul.c drivers/lsm303dlhc: correct cast of phydat_t* 2019-01-06 17:08:04 +01:00
lsm303dlhc.c drivers/lsm303dlhc: adapt to new I2C api 2018-07-25 12:01:38 +02:00
Makefile lsm303dlhc: initial import of lsm303dlhc driver 2014-11-05 13:04:47 +01:00