mirror of
https://github.com/playfultechnology/esp32-eyes.git
synced 2025-12-06 17:15:42 -08:00
8 lines
113 B
C
8 lines
113 B
C
#ifndef COMMON_h
|
|
#define COMMON_h
|
|
|
|
#include <U8g2lib.h>
|
|
|
|
extern U8G2_SSD1306_128X64_NONAME_F_HW_I2C u8g2;
|
|
|
|
#endif |