ESPHome 2026.3.0-dev
Loading...
Searching...
No Matches
tlc59208f_output.h File Reference

Go to the source code of this file.

Data Structures

class  esphome::tlc59208f::TLC59208FChannel
 
class  esphome::tlc59208f::TLC59208FOutput
 TLC59208F float output component. More...
 

Namespaces

namespace  esphome
 Providing packet encoding functions for exchanging data with a remote host.
 
namespace  esphome::tlc59208f
 

Variables

constexpr uint8_t esphome::tlc59208f::TLC59208F_MODE2_DMBLNK = (1 << 5)
 
constexpr uint8_t esphome::tlc59208f::TLC59208F_MODE2_OCH = (1 << 3)
 
constexpr uint8_t esphome::tlc59208f::TLC59208F_MODE2_WDTEN = (1 << 2)
 
constexpr uint8_t esphome::tlc59208f::TLC59208F_MODE2_WDT_5MS = (0 << 0)
 
constexpr uint8_t esphome::tlc59208f::TLC59208F_MODE2_WDT_15MS = (1 << 0)
 
constexpr uint8_t esphome::tlc59208f::TLC59208F_MODE2_WDT_25MS = (2 << 0)
 
constexpr uint8_t esphome::tlc59208f::TLC59208F_MODE2_WDT_35MS = (3 << 0)