ESPHome 2026.5.0
Loading...
Searching...
No Matches
tm1638_output_led.cpp
Go to the documentation of this file.
1#include "tm1638_output_led.h"
2#include "esphome/core/log.h"
3
4namespace esphome::tm1638 {
5
6static const char *const TAG = "tm1638.led";
7
9
11 LOG_BINARY_OUTPUT(this);
12 ESP_LOGCONFIG(TAG, " LED: %d", led_);
13}
14
15} // namespace esphome::tm1638
uint8_t uint8_t void set_led(int led_pos, bool led_on_off)
Definition tm1638.cpp:111
void write_state(bool state) override
bool state
Definition fan.h:2
const char *const TAG
Definition spi.cpp:7