63 #define SNEAKER_PORT_ADDRESS 0x20 64 #define MCLK_pin QUIKEVAL_CS 66 #define CONFIG_DF_4 0x8000 67 #define CONFIG_DF_8 0x8400 68 #define CONFIG_DF_16 0x8200 69 #define CONFIG_DF_32 0x8600 78 void send_pulses(uint8_t pin, uint16_t num_of_pulses);
uint32_t LTC2512_read_data(uint8_t QUIKEVAL_CS, uint16_t *DF)
Reads 4 bytes of data on SPI - D23:D0 + W7:W0.
float LTC2512_code_to_voltage(int32_t code, float vref)
Calculates the output voltage from the given digital code and reference voltage.
#define QUIKEVAL_CS
QuikEval CS pin (SPI chip select on QuikEval connector pin 6) connects to Arduino SS pin...
void send_pulses(uint8_t pin, uint16_t num_of_pulses)
Send n num of pulses on pin given.