mirror of
https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library.git
synced 2026-03-07 08:36:58 +01:00
18 lines
413 B
C++
18 lines
413 B
C++
/*
|
|
|
|
_ _ _ ____
|
|
| | (_) | | _ _ / ___| ___
|
|
| | | | | | | | | | | | _ / _ \
|
|
| |___ | | | | | |_| | | |_| | | (_) |
|
|
|_____| |_| |_| \__, | \____| \___/
|
|
|___/
|
|
|
|
website:https://github.com/Xinyuan-LilyGO/TTGO_TWatch_Library
|
|
Written by Lewis he //https://github.com/lewisxhe
|
|
*/
|
|
|
|
#include "TTGO.h"
|
|
|
|
TTGOClass *TTGOClass::_ttgo = nullptr;
|
|
|