|
|
|
|
@ -7,11 +7,14 @@ namespace empty_i2c_component {
|
|
|
|
|
static const char *TAG = "empty_i2c_component.component";
|
|
|
|
|
|
|
|
|
|
void EmptyI2CComponent::setup() {
|
|
|
|
|
|
|
|
|
|
this->write_register(0x0, 0x1, 0x1);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void EmptyI2CComponent::loop() {
|
|
|
|
|
|
|
|
|
|
this->write_register(0x0, 0x1, 0x1);
|
|
|
|
|
delay(1000);
|
|
|
|
|
this->write_register(0x0, 0x0, 0x1);
|
|
|
|
|
delay(1000);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
void EmptyI2CComponent::dump_config(){
|
|
|
|
|
@ -20,4 +23,4 @@ void EmptyI2CComponent::dump_config(){
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} // namespace empty_i2c_component
|
|
|
|
|
} // namespace esphome
|
|
|
|
|
} // namespace esphome
|
|
|
|
|
|