AVRly - AVR Development Resources
|
Config struct for DAC. More...
#include <mcp48x2_dac.h>
Public Attributes | |
model_num_t | model |
bool | sync_manually |
dac_channel_t | channel_a |
dac_channel_t | channel_b |
Config struct for DAC.
Instantiate this object and assign values to it's members before passing it's address intp the init_dac() function.
Definition at line 75 of file mcp48x2_dac.h.
model_num_t dac_config_t::model |
Definition at line 77 of file mcp48x2_dac.h.
bool dac_config_t::sync_manually |
Definition at line 78 of file mcp48x2_dac.h.
dac_channel_t dac_config_t::channel_a |
Definition at line 79 of file mcp48x2_dac.h.
dac_channel_t dac_config_t::channel_b |
Definition at line 80 of file mcp48x2_dac.h.