1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/stm32f2/periph
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
..
adc.c stm32f2: add adc and lpm 2016-07-25 10:34:57 +02:00
dac.c stm32f2: fix dac compilation 2016-07-19 12:10:16 +02:00
gpio.c stm32f2: Update with last api changes 2016-03-23 15:26:18 +01:00
hwrng.c stm32f2: Update hwrng driver 2016-04-13 15:47:12 +02:00
i2c.c periph/i2c: convert char to uint8_t where applicapable 2016-10-04 20:26:39 +02:00
Makefile
pwm.c stm32f2: update timer and pwm drivers 2016-04-14 14:44:19 +02:00
rtc.c stm32f2: Add RTC driver 2016-03-31 16:34:04 +02:00
spi.c
timer.c stm32f2: update timer and pwm drivers 2016-04-14 14:44:19 +02:00
uart.c stm32f2: Improve UART driver 2016-04-01 16:38:49 +02:00