摘要:
// 使用固件库点亮 LED int main(void) { // 定义一个 GPIO_InitTypeDef 类型的结构体 GPIO_InitTypeDef GPIO_InitStructure; // 开启 GPIO 端口时钟 RCC_APB2ENR |= (1<<3); // 选择要控制的 阅读全文
posted @ 2023-02-17 16:45
flash610
阅读(56)
评论(0)
推荐(0)
浙公网安备 33010602011771号