..................
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
#include "esphome/components/i2c/i2c.h"
|
#include "esphome/components/i2c/i2c.h"
|
||||||
#include "esphome/components/output/float_output.h"
|
#include "esphome/components/output/float_output.h"
|
||||||
// TODO: maybe use monochrome leds instead of floatoutput directly?:
|
// TODO: maybe use monochrome leds instead of floatoutput directly?:
|
||||||
/* #include "esphome/components/monochromatic/monochromatic_light_output.h" */
|
#include "esphome/components/monochromatic/monochromatic_light_output.h"
|
||||||
|
|
||||||
namespace esphome {
|
namespace esphome {
|
||||||
namespace showcase_component {
|
namespace showcase_component {
|
||||||
@@ -85,8 +85,8 @@ class ShowcaseComponent : public i2c::I2CDevice, public Component, public Entity
|
|||||||
|
|
||||||
output::FloatOutput *upper_;
|
output::FloatOutput *upper_;
|
||||||
output::FloatOutput *lower_;
|
output::FloatOutput *lower_;
|
||||||
/* monochromatic::MonochromaticLightOutput *upper_; */
|
monochromatic::MonochromaticLightOutput *upper2_;
|
||||||
/* monochromatic::MonochromaticLightOutput *lower_; */
|
monochromatic::MonochromaticLightOutput *lower2_;
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace empty_i2c_component
|
} // namespace empty_i2c_component
|
||||||
|
|||||||
Reference in New Issue
Block a user