You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/drivers/lsm303dlhc
Kees Bakker bac5cda1e3 periph/i2c: convert char to uint8_t where applicapable
In general, data transferred through I2C are bytes and thus should have
type uint8_t, not char.

Also convert uint8_t ptrs to void ptrs
7 years ago
..
include drivers/lsm303dlhc: Repair header file include guards 8 years ago
Makefile lsm303dlhc: initial import of lsm303dlhc driver 9 years ago
lsm303dlhc.c periph/i2c: convert char to uint8_t where applicapable 7 years ago
lsm303dlhc_saul.c drivers/lsm303dlhc: normalized SAUL readings 7 years ago