|
0fcc7d3834
|
cleanup: apply headerguard script output
|
2017-05-24 17:54:02 +02:00 |
|
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
|
2016-10-04 20:26:39 +02:00 |
|
Alexandru Caciulescu
|
2de348570d
|
drivers/mpl3115a2: Repair header file include guards
removed trailing underscores
|
2015-03-24 17:55:38 +02:00 |
|
PeterKietzmann
|
dcd70c807b
|
drivers/isl29020: Acquire exclusive access ti I2C bus
|
2015-03-03 18:08:38 +01:00 |
|
PeterKietzmann
|
7f1d67da6f
|
drivers/mpl3115a2: Acquire exclusive access to I2C bus
|
2015-03-03 18:08:38 +01:00 |
|
Johann Fischer
|
250740bba5
|
add mpl3115a2 pressure sensor driver
|
2015-01-07 12:34:06 +01:00 |
|