Files
TTGO_TWatch_Library/src/TTGO.cpp
2020-06-23 17:08:00 +08:00

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;