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

Go to the source code of this file.

Functions

void task1 ()
 
void task2 ()
 
void setup ()
 
void loop ()
 

Variables

Scheduler scheduler
 

Function Documentation

◆ loop()

void loop ( )

Definition at line 33 of file test_scheduler.cpp.

◆ setup()

void setup ( )

Definition at line 25 of file test_scheduler.cpp.

◆ task1()

void task1 ( )

Definition at line 21 of file test_scheduler.cpp.

◆ task2()

void task2 ( )

Definition at line 23 of file test_scheduler.cpp.

Variable Documentation

◆ scheduler

Scheduler scheduler

Definition at line 19 of file test_scheduler.cpp.