Documentation ¶
Overview ¶
Package sht3xd implements a sht3x-d sensor for temperature and humidity datasheet can be found at: https://cdn-shop.adafruit.com/product-files/2857/Sensirion_Humidity_SHT3x_Datasheet_digital-767294.pdf example repo: https://github.com/esphome/esphome/tree/dev/esphome/components/sht3xd
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttrConfig ¶
type AttrConfig struct { Board string `json:"board"` I2CBus string `json:"i2c_bus"` I2cAddr int `json:"i2c_addr,omitempty"` }
AttrConfig is used for converting config attributes.
Click to show internal directories.
Click to hide internal directories.