ESPHome  2024.9.0
Data Structures | Variables
esphome::ch422g Namespace Reference

Data Structures

class  CH422GComponent
 
class  CH422GGPIOPin
 Helper class to expose a CH422G pin as an internal input GPIO pin. More...
 

Variables

const uint8_t CH422G_REG_IN = 0x26
 
const uint8_t CH422G_REG_OUT = 0x38
 
const uint8_t OUT_REG_DEFAULT_VAL = 0xdf
 

Variable Documentation

◆ CH422G_REG_IN

const uint8_t esphome::ch422g::CH422G_REG_IN = 0x26

Definition at line 7 of file ch422g.cpp.

◆ CH422G_REG_OUT

const uint8_t esphome::ch422g::CH422G_REG_OUT = 0x38

Definition at line 8 of file ch422g.cpp.

◆ OUT_REG_DEFAULT_VAL

const uint8_t esphome::ch422g::OUT_REG_DEFAULT_VAL = 0xdf

Definition at line 9 of file ch422g.cpp.