mirror of
https://github.com/olikraus/u8g2.git
synced 2026-09-14 10:42:52 +00:00
Now works, either wire or i2c_t3 via define in header
This commit is contained in:
+3
-2
@@ -42,10 +42,11 @@
|
||||
#include <SPI.h>
|
||||
#endif
|
||||
#ifdef U8X8_HAVE_HW_I2C
|
||||
#ifdef U8X8_HAVE_HW_I2C_TEENSY3
|
||||
#include <i2c_t3.h>
|
||||
#else
|
||||
#include <Wire.h>
|
||||
#endif
|
||||
#ifdef U8X8_HAVE_HW_I2C_T3
|
||||
#include <i2c_t3.h>
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user