Closed pdgilbert closed 3 years ago
The i2c examplestext_i2c, oled_gps, and ads1015_oled, work with stm32l0xx_hal by specifying the pin type, but do not work with impl traits like they do on the other device hals.
i2c
text_i2c
oled_gps
ads1015_oled
stm32l0xx_hal
fixed to use impl trait.
The
i2c
examplestext_i2c
,oled_gps
, andads1015_oled
, work withstm32l0xx_hal
by specifying the pin type, but do not work with impl traits like they do on the other device hals.