ESPHome  2024.3.1
tm1638_output_led.cpp
Go to the documentation of this file.
1 #include "tm1638_output_led.h"
2 #include "esphome/core/log.h"
3 
4 namespace esphome {
5 namespace tm1638 {
6 
7 static const char *const TAG = "tm1638.led";
8 
10 
12  LOG_BINARY_OUTPUT(this);
13  ESP_LOGCONFIG(TAG, " LED: %d", led_);
14 }
15 
16 } // namespace tm1638
17 } // namespace esphome
uint8_t uint8_t void set_led(int led_pos, bool led_on_off)
Definition: tm1638.cpp:115
const char *const TAG
Definition: spi.cpp:8
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7
void write_state(bool state) override
bool state
Definition: fan.h:34