Created
December 9, 2022 07:56
-
-
Save reefwing/466d8f783f4ee98e2344c1c9da191eff to your computer and use it in GitHub Desktop.
TWatch 2020 Watch Object Setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include "config.h" | |
| #include <soc/rtc.h> | |
| TTGOClass *ttgo; | |
| void setup() { | |
| ttgo = TTGOClass::getWatch(); | |
| ttgo->begin(); | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment