Files
CommanderRedYT 97c9ecec4d Added pwmomat
2022-02-14 22:43:32 +01:00

8 lines
189 B
C++

#include "tempomat.h"
namespace pwmomat {
std::optional<float> tempomat_pwm;
std::optional<espchrono::millis_clock::time_point> enabled_time;
WISH wish{WISH::NONE};
} // namespace pwmomat