This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include "esphome.h" | |
// Constants | |
const float maxMired = 500; | |
const float minMired = 153; | |
const float scale1 = 1.25f; | |
const float red_offset = 0.4f; | |
const float green_offset = 0.8f; | |
/** |