motor_f103/User/board/board.c

10 lines
105 B
C

#include "board.h"
/**
* @brief 初始化显示板
*
*/
void board_init(void)
{
ssd1306_init();
}