ETB quality instrumentation #494

set10K_4050K(ThermistorConf *thermistorConf)
This commit is contained in:
rusefi 2019-03-04 14:37:23 -05:00
parent 84c1b3581d
commit bc2a3c3de7
1 changed files with 5 additions and 0 deletions

View File

@ -227,6 +227,11 @@ void setCommonNTCSensor(ThermistorConf *thermistorConf) {
setThermistorConfiguration(thermistorConf, -20, 18000, 23.8889, 2100, 120.0, 100.0);
}
void set10K_4050K(ThermistorConf *thermistorConf) {
// see https://www.taydaelectronics.com/datasheets/A-409.pdf
setThermistorConfiguration(thermistorConf, -30, 108000, 25.0, 10000, 130.0, 225);
}
#if EFI_PROD_CODE || defined(__DOXYGEN__)
static void testCltByR(float resistance) {
if (logger == NULL) {