Мелкие доработки

This commit is contained in:
Razvalyaev 2025-11-14 18:18:46 +03:00
parent 2cdcebeffa
commit 5a03fbb513
3 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
#endif #endif
#ifdef STM32F4 #ifdef STM32F4
#define ADC_NOISE_LSB 20 // Шум в LSB (квантах АЦП) #define ADC_NOISE_LSB 10 // Шум в LSB (квантах АЦП)
#endif #endif
/////////////////////////////---STRUCTURES---/////////////////////////// /////////////////////////////---STRUCTURES---///////////////////////////

View File

@ -49,7 +49,7 @@
// Выбор Timer // Выбор Timer
//#define USE_QPF_TIMER //#define USE_QPF_TIMER
#define USE_CPU_TIMER //#define USE_CPU_TIMER
// Parameters of S_Function // Parameters of S_Function
// INPUT/OUTPUTS PARAMS START // INPUT/OUTPUTS PARAMS START

Binary file not shown.