赞
踩
#include "py32f002bxx_Start_Kit.h"
/* infinite loop */ while (1) { printf("Hello PY32!"); HAL_Delay(1000); }