questions + read adc3
This commit is contained in:
14
Core/Src/isrs.cpp
Normal file
14
Core/Src/isrs.cpp
Normal file
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
* isrs.cpp
|
||||
*
|
||||
* Created on: Dec 12, 2023
|
||||
* Author: remi.heredero
|
||||
*/
|
||||
|
||||
#include "stm32f7xx_hal.h"
|
||||
|
||||
|
||||
extern "C" void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef * hadc) {
|
||||
volatile uint32_t value = HAL_ADC_GetValue(hadc);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user