1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/mag3110
Kees Bakker ab17629b97 drivers/mag3110: correct cast of phydat_t*
The read functions have a mag3110_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:57:44 +01:00
..
include drivers/mag3110: use new driver params scheme 2018-07-25 12:01:39 +02:00
mag3110_saul.c drivers/mag3110: correct cast of phydat_t* 2019-01-06 17:57:44 +01:00
mag3110.c drivers/mag3110: adapt to new I2C api 2018-07-25 12:01:39 +02:00
Makefile add mag3110 magnetometer driver 2015-01-09 11:10:59 +01:00