Init
This commit is contained in:
parent
6cf52262e2
commit
0e72cee283
|
|
@ -67,8 +67,4 @@ int16_t get_temperature_linear_fast(uint16_t adc_value);
|
||||||
float get_resistance_log_fast(int16_t temperature_c10);
|
float get_resistance_log_fast(int16_t temperature_c10);
|
||||||
float get_resistance_fast_simple(int16_t temperature_c10);
|
float get_resistance_fast_simple(int16_t temperature_c10);
|
||||||
|
|
||||||
// Вспомогательные функции
|
|
||||||
void print_fast_lookup_table(void);
|
|
||||||
void print_table_info(void);
|
|
||||||
|
|
||||||
#endif //MDF_ADC_TEMP_KST45_14_2_H
|
#endif //MDF_ADC_TEMP_KST45_14_2_H
|
||||||
Loading…
Reference in New Issue