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
..
2016-07-25 10:34:57 +02:00
2016-07-19 12:10:16 +02:00
2016-03-23 15:26:18 +01:00
2016-04-13 15:47:12 +02:00
2016-04-14 14:44:19 +02:00
2016-03-31 16:34:04 +02:00
2015-12-13 11:00:06 +01:00
2016-04-14 14:44:19 +02:00
2016-04-01 16:38:49 +02:00