ESPHome
2024.10.2
|
#include <custom_output.h>
Public Member Functions | |
CustomBinaryOutputConstructor (const std::function< std::vector< output::BinaryOutput *>()> &init) | |
output::BinaryOutput * | get_output (int i) |
Protected Attributes | |
std::vector< output::BinaryOutput * > | outputs_ |
Definition at line 12 of file custom_output.h.
|
inline |
Definition at line 14 of file custom_output.h.
|
inline |
Definition at line 18 of file custom_output.h.
|
protected |
Definition at line 21 of file custom_output.h.