/* THERMOSTAT MODULE Copyright (C) 2017 by Dmitry Blinov */ #pragma once #include #include #if THERMOSTAT_DISPLAY_SUPPORT #include // alias for `#include "SSD1306Wire.h"` #endif using thermostat_callback_f = std::function; void thermostatRegister(thermostat_callback_f callback);