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
5
enum class
Buttons
{
6
NONE
,
7
RIGHT
,
8
UP
,
9
DOWN
,
10
LEFT
,
11
SELECT
,
12
};
13
14
#endif
//HUMIDISTAT_BUTTONS_H
Buttons
Buttons
Possible button values.
Definition
Buttons.h:5
Buttons::RIGHT
@ RIGHT
Buttons::SELECT
@ SELECT
Buttons::LEFT
@ LEFT
Buttons::NONE
@ NONE
Buttons::DOWN
@ DOWN
Buttons::UP
@ UP
src
input
Buttons.h
Generated by
1.12.0