CubeMon-Vue-Demo-STM32F407VGT6U
run.h
Go to the documentation of this file.
1
8#ifndef INC_PROG_RUN_H_
9#define INC_PROG_RUN_H_
10
12
13void prog_SM_tasks(void);
14void prog_1s_tasks(void);
15void prog_1ms_tasks(void);
16
17void prog_reset_all(void);
18
19#endif /* INC_PROG_RUN_H_ */
provides HAL includes for different MCU cores