greenhouse
stats_task.h
Go to the documentation of this file.
1 #pragma once
2 #include "ui.h"
3 #include "mbed_stats.h"
4 
5 namespace Tasks {
6 
7 class Stats {
8 public:
9  Stats();
11  void start();
12  void stop();
13 };
14 
15 } // namespace Tasks
void setDisplay(UI::Display *display)
Definition: stats_task.cpp:17
void start()
Definition: stats_task.cpp:27
Definition: ui.h:8
UI::Display * display
Definition: main.cpp:19