CubeMon-Vue-Demo-STM32F407VGT6U
callbacks.h
Go to the documentation of this file.
1
9#ifndef INC_PROG_CALLBACKS_H_
10#define INC_PROG_CALLBACKS_H_
11
13
14void HAL_ADC_ConvCpltCallback(ADC_HandleTypeDef* hadc);
15
16#endif /* INC_PROG_CALLBACKS_H_ */
provides HAL includes for different MCU cores