|
Electronic Load
1.0
Programmable Constant Current Sink
|
Routines for handling Sensor values. More...

Functions | |
| uint16_t | ADCfromTemp (double temp) |
| Computes the ADC-Value for a given Temperature. More... | |
| double | HSTempFromADC (void) |
| Converts the ADC-Temp Value of the Heat Sink NTC to Celsius. More... | |
| double | P12FromADC (uint16_t val) |
| Converts a Unreg-Raw ADC Value to Voltage. More... | |
| double | P5FromADC (uint16_t val) |
| Converts a P5-Raw ADC Value to Voltage. More... | |
| double | RNTCfromTemp (double t) |
| Computes the NTC-Resistance for a given Temperature. More... | |
| double | TempFromADC (void) |
| Converts the ADC-Temp of the Display NTC Value to Celsius This function also calculates the derating factor. More... | |
Routines for handling Sensor values.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
| double P5FromADC | ( | uint16_t | val | ) |
Converts a P5-Raw ADC Value to Voltage.
| val | The ADC Value |
| double P12FromADC | ( | uint16_t | val | ) |
Converts a Unreg-Raw ADC Value to Voltage.
| val | The ADC Value |
| double TempFromADC | ( | void | ) |
Converts the ADC-Temp of the Display NTC Value to Celsius This function also calculates the derating factor.

| double HSTempFromADC | ( | void | ) |
Converts the ADC-Temp Value of the Heat Sink NTC to Celsius.

| double RNTCfromTemp | ( | double | t | ) |
Computes the NTC-Resistance for a given Temperature.
| uint16_t ADCfromTemp | ( | double | temp | ) |
Computes the ADC-Value for a given Temperature.

1.8.15