From 0e72cee283524cba45bf89ebda390f36e158ea7e Mon Sep 17 00:00:00 2001 From: cfif Date: Wed, 1 Apr 2026 11:17:47 +0300 Subject: [PATCH] Init --- APP/inc/ADC_Temp.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/APP/inc/ADC_Temp.h b/APP/inc/ADC_Temp.h index cdb9227..2dafcca 100644 --- a/APP/inc/ADC_Temp.h +++ b/APP/inc/ADC_Temp.h @@ -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_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 \ No newline at end of file