This commit is contained in:
kraus 2022-11-20 00:45:05 +01:00
commit 19b1e2068f
1 changed files with 5 additions and 0 deletions

View File

@ -50,6 +50,11 @@
# include <i2c_t3.h>
# else
# include <Wire.h>
# ifdef U8X8_HAVE_2ND_HW_I2C
# if defined(MINICORE) && defined(__AVR_ATmega328PB__)
# include <Wire1.h>
# endif
# endif
# endif
#endif /* U8X8_HAVE_HW_I2C */