175 seconds = (float) val / 1000.0;
177 fr = (uint32_t) round(temp);
void LTC6115ChangeIGain(float val)
This function changes the Current gain.
Header File for Linduino Libraries and Demo Code.
float LTC6115ToVolts(uint32_t val)
This function converts ADC code to Voltage without the converted voltage print statement.
float LTC6115ConvertToVolts(uint32_t val)
This function converts ADC code to Voltage.
void LTC6115_initialize()
This function will initialize 6115 variables.
float LTC6115ToAmps(uint32_t val)
This function converts ADC code to Current without the converted current print statement.
float getIGain()
This function returns the current gain (V/A).
LT_SPI: Routines to communicate with ATmega328P's hardware SPI port.
uint32_t millsToHz(uint32_t val)
This function converts milliseconds to frequency (Hz).
float getVGain()
This function returns the voltage gain (V/V).
void LTC6115ChangeVGain(float val)
This function changes the Voltage gain.
LTC6115 High Voltage High Side Current and Voltage Sense.
float LTC6115_VGain
6115 Primary Variables
float LTC6115ConvertToAmps(uint32_t val)
This function converts ADC code to Current.