Humidistat
Arduino firmware for a humidistat (humidity controller)
Loading...
Searching...
No Matches
Ks0466VoltLadder.h
Go to the documentation of this file.
1#ifndef HUMIDISTAT_KS0466VOLTLADDER_H
2#define HUMIDISTAT_KS0466VOLTLADDER_H
3
4#include <stdint.h>
5
6#include "Buttons.h"
7
10public:
11 Buttons voltageToButton(uint16_t voltage) const;
12};
13
14
15#endif //HUMIDISTAT_KS0466VOLTLADDER_H
Buttons
Possible button values.
Definition Buttons.h:5
Implementation of the VoltLadder interface for the Keyestudio Ks0466 keypad.
Buttons voltageToButton(uint16_t voltage) const