pdgilbert / eg_stm_hal

Newbie notes - examples using embedded Rust HAL
Apache License 2.0
3 stars 1 forks source link

i2c impl trait with stm32l0xx #8

Closed pdgilbert closed 3 years ago

pdgilbert commented 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.

pdgilbert commented 3 years ago

fixed to use impl trait.