MistyGro API
C++ API for MistyGro's ESP32 controller based on the Arduino framework
Functions | Variables
test_timer.cpp File Reference
#include <WiFi.h>
#include "secrets.h"
#include "timer.h"
Include dependency graph for test_timer.cpp:

Go to the source code of this file.

Functions

void setup ()
 
void loop ()
 

Variables

Timer timer
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 39 of file test_timer.cpp.

◆ setup()

void setup ( )

Definition at line 22 of file test_timer.cpp.

Variable Documentation

◆ timer

Timer timer

Definition at line 20 of file test_timer.cpp.