CH32V307_Template/include/board.h

8 lines
140 B
C
Raw Normal View History

2022-03-29 08:19:12 +00:00
#ifndef BOARD_H
#define BOARD_H
void BOARD_IOMUX_Init(void);
void BOARD_Peripheral_Init(void);
void BOARD_SystemClock_Config(void);
2022-03-29 08:19:12 +00:00
#endif