1
0

questions + read adc3

This commit is contained in:
2023-12-12 13:58:11 +01:00
parent 2b9655cdce
commit 01c5606a09
9 changed files with 102 additions and 4 deletions

View File

@@ -144,8 +144,13 @@ int main(void)
/* Infinite loop */
/* USER CODE BEGIN WHILE */
while (1)
{
while (1) {
HAL_ADC_Start_IT(&hadc3);
HAL_Delay(2000);
/* USER CODE END WHILE */
/* USER CODE BEGIN 3 */