Skip to content

Instantly share code, notes, and snippets.

@reefwing
Created December 9, 2022 07:56
Show Gist options
  • Select an option

  • Save reefwing/466d8f783f4ee98e2344c1c9da191eff to your computer and use it in GitHub Desktop.

Select an option

Save reefwing/466d8f783f4ee98e2344c1c9da191eff to your computer and use it in GitHub Desktop.
TWatch 2020 Watch Object Setup
#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