Обновление платы на V2
This commit is contained in:
parent
4c45c28337
commit
96ef222c62
10241
ADC_Temp_Fast.c
10241
ADC_Temp_Fast.c
File diff suppressed because it is too large
Load Diff
|
|
@ -10,7 +10,7 @@
|
|||
// Структура для точки таблицы
|
||||
typedef struct {
|
||||
uint16_t adc;
|
||||
float temp;
|
||||
int32_t temp;
|
||||
float resistance;
|
||||
} TablePoint;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue