ESPHome
2023.5.5
|
#include <mcp4728_output.h>
Data Fields | |
MCP4728Vref | vref |
MCP4728PwrDown | pd |
MCP4728Gain | gain |
uint16_t | data |
Definition at line 33 of file mcp4728_output.h.
uint16_t esphome::mcp4728::DACInputData::data |
Definition at line 37 of file mcp4728_output.h.
MCP4728Gain esphome::mcp4728::DACInputData::gain |
Definition at line 36 of file mcp4728_output.h.
MCP4728PwrDown esphome::mcp4728::DACInputData::pd |
Definition at line 35 of file mcp4728_output.h.
MCP4728Vref esphome::mcp4728::DACInputData::vref |
Definition at line 34 of file mcp4728_output.h.