Merge pull request #1408 from jogi-k/Add_Teensy_T3_Support

Add teensy t3 support fixes #1175
This commit is contained in:
olikraus
2022-01-12 10:10:07 +01:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+3
View File
@@ -44,6 +44,9 @@
#include <SPI.h>
#endif
#ifdef U8X8_HAVE_HW_I2C
#ifdef U8X8_HAVE_HW_I2C_TEENSY3
#include <i2c_t3.h>
#else
#include <Wire.h>
#endif
#endif