MarlinFirmware / U8glib-HAL

Customized U8glib for use in Marlin 2.0
Other
45 stars 33 forks source link

stm32: allow to disable I2C features #27

Closed tpruvot closed 2 years ago

tpruvot commented 3 years ago

with -DHAL_I2C_MODULE_DISABLED and lib_ignore=Wire

The Wire library constructor is configuring pins for I2C, which can be conflicting if these board pins are used for something else...