#include <Arduino.h>
#include <Wire.h>
#include <SPI.h>
#include "mod_dac_max5500.h"
#include "config.h"
Go to the source code of this file.
Functions | |
void | mod_dac_max5500_init () |
void | mod_dac_max5500_send_spi_word (uint16_t tx_word) |
void | mod_dac_max5500_update_single_DAC (uint8_t dac_idx, uint16_t dac_value) |
void mod_dac_max5500_init | ( | ) |
Definition at line 61 of file mod_dac_max5500.cpp.
void mod_dac_max5500_send_spi_word | ( | uint16_t | tx_word | ) |
Definition at line 71 of file mod_dac_max5500.cpp.
void mod_dac_max5500_update_single_DAC | ( | uint8_t | dac_idx, |
uint16_t | dac_value | ||
) |
Definition at line 90 of file mod_dac_max5500.cpp.