Обновление платы на V2

This commit is contained in:
cfif 2026-05-29 17:09:17 +03:00
parent 36f7a009bb
commit 738d8be2ba
2 changed files with 2057 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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);