mirror of
https://github.com/olikraus/u8g2.git
synced 2026-07-28 04:16:07 +00:00
Merge pull request #1408 from jogi-k/Add_Teensy_T3_Support
Add teensy t3 support fixes #1175
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user