auralix / alx-202-af-10-1-auralix-c-lib

GNU General Public License v3.0
0 stars 0 forks source link

alxAdc_McuStm32 - AlxAdc_TempSens_GetTemp_degC - Investigate why not working for STM32F1 & STM32F429/39.. #24

Open tomazvidovic opened 1 year ago

tomazvidovic commented 1 year ago
#if defined(ALX_STM32F1) || defined(STM32F469) || defined(STM32F479xx) || defined(STM32F429xx) || defined(STM32F439xx)
int32_t temp_degC = 0;  // Not working, problems
ALX_ADC_ASSERT(false);
#endif