ESPHome
2022.6.3
|
Data Structures | |
class | PulseCounterSensor |
struct | PulseCounterStorage |
Typedefs | |
using | pulse_counter_t = int16_t |
Enumerations | |
enum | PulseCounterCountMode { PULSE_COUNTER_DISABLE = 0, PULSE_COUNTER_INCREMENT, PULSE_COUNTER_DECREMENT } |
Variables | |
const char *const | EDGE_MODE_TO_STRING [] = {"DISABLE", "INCREMENT", "DECREMENT"} |
typedef int32_t esphome::pulse_counter::pulse_counter_t |
Definition at line 22 of file pulse_counter_sensor.h.
Enumerator | |
---|---|
PULSE_COUNTER_DISABLE | |
PULSE_COUNTER_INCREMENT | |
PULSE_COUNTER_DECREMENT |
Definition at line 15 of file pulse_counter_sensor.h.
const char* const esphome::pulse_counter::EDGE_MODE_TO_STRING[] = {"DISABLE", "INCREMENT", "DECREMENT"} |
Definition at line 9 of file pulse_counter_sensor.cpp.