1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/mpu9150
Kees Bakker 1e4b956eeb drivers/mpu9150: correct cast of phydat_t*
The read functions have a mpu9150_results_t* argument which is a
struct with 3 int16_t members. Thus we should cast res->val instead of
just res.
2019-01-06 18:14:53 +01:00
..
include drivers/mpu9150: update to new parameters scheme 2017-11-08 09:02:57 +01:00
Makefile drivers: Added MPU-9150 9-Axis motion sensor driver 2015-02-13 10:08:38 +01:00
mpu9150_saul.c drivers/mpu9150: correct cast of phydat_t* 2019-01-06 18:14:53 +01:00
mpu9150.c drivers/mpu9150: adapt to new I2C api 2018-07-25 12:01:39 +02:00