Commit Graph

4 Commits (17b35f6ece14a22abcf7aee20d18dcea7314a0e9)

Author SHA1 Message Date
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
Ludwig Knüpfer eda6328e21 documentation: update my name (Ortmann -> Knüpfer) 8 years ago
Ludwig Ortmann be8d62a967 drivers/isl29125: beautify indentation 8 years ago
Ludwig Ortmann 0db92da19d drivers/isl29125: initial import 8 years ago