Humidistat
Arduino firmware for a humidistat (humidity controller)
Loading...
Searching...
No Matches
Buttons.h
Go to the documentation of this file.
1#ifndef HUMIDISTAT_BUTTONS_H
2#define HUMIDISTAT_BUTTONS_H
3
5enum class Buttons {
6 NONE,
7 RIGHT,
8 UP,
9 DOWN,
10 LEFT,
11 SELECT,
12};
13
14#endif //HUMIDISTAT_BUTTONS_H
Buttons
Possible button values.
Definition Buttons.h:5