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 |
|
Johann F
|
d317ea2d3a
|
drivers/hdc1000: fix hdc1000_startmeasure function
Change i2c_write_bytes to i2c_write_byte because it was
seriously wrong at this point.
|
2015-05-30 20:18:34 +02:00 |
|
Ludwig Ortmann
|
cec87139a5
|
core, cpu, drivers, tests: remove trailing space
|
2015-02-18 13:52:48 +01:00 |
|
Johann Fischer
|
b540def4b1
|
drivers/hdc1000: Acquire exclusive access to I2C bus and minor bug fixes
fix doxygen warnings
change default address
|
2015-01-28 10:26:02 +01:00 |
|
Johann F
|
1a69a1eae8
|
add hdc1000 sensor driver
|
2014-11-24 13:15:58 +01:00 |
|