stm32點亮燈(2023/7/18)
摘要:
#include "stm32f10x.h" // Device headerint main(void){ RCC_APB2PeriphClockCmd(RCC_APB2Periph_GPIOC,ENABLE);//設置時鐘 GPIO_InitTypeDef GPIO_InitStructure; 閱讀全文
posted @ 2023-07-18 21:32 蔣果是果 閱讀(48) 評論(0) 推薦(0)
浙公網安備 33010602011771號