Обновление платы на V2
This commit is contained in:
parent
36f7a009bb
commit
738d8be2ba
2055
ADC_Temp_Fast.c
2055
ADC_Temp_Fast.c
File diff suppressed because it is too large
Load Diff
|
|
@ -16,7 +16,8 @@ typedef struct {
|
|||
|
||||
extern const TablePoint temperature_table_duct_KST45_table_3000[];
|
||||
extern const TablePoint temperature_table_duct_KST45_table_20000[];
|
||||
|
||||
extern const TablePoint incar_lookup_table[];
|
||||
extern const TablePoint ambient_lookup_table[];
|
||||
|
||||
float get_temperature_by_adc(const TablePoint* table, int table_size, int adc_value);
|
||||
float get_resistance_by_temperature_linear(const TablePoint* table, int table_size, float temperature);
|
||||
|
|
|
|||
Loading…
Reference in New Issue