62 #define SNEAKER_PORT_ADDRESS 0x20 63 #define MCLK_pin QUIKEVAL_CS 64 #define CONFIG_DF_256 0x8000 65 #define CONFIG_DF_1024 0x8400 66 #define CONFIG_DF_4096 0x8200 67 #define CONFIG_DF_16384 0x8600 76 void send_pulses(uint8_t pin, uint16_t num_of_pulses);
void send_pulses(uint8_t pin, uint16_t num_of_pulses)
Send n num of pulses on pin given.
float LTC2508_code_to_voltage(int32_t code, float vref)
Calculates the output voltage from the given digital code and reference voltage.
uint32_t LTC2508_read_data(uint8_t QUIKEVAL_CS, uint16_t *DF)
Reads 5 bytes of data on SPI - D31:D0 + W7:W0.
#define QUIKEVAL_CS
QuikEval CS pin (SPI chip select on QuikEval connector pin 6) connects to Arduino SS pin...