pjq 发表于 2021-10-31 17:29:15

这个为什么运行不了



ink main (video){//主程序

    RCC_Configuration();//时钟设置
    LED_Init();
    while(1){
           
                CPIO_WEit(LEDPORT,LED1,BitAction)(1);//LED借口输出高电平1
                delay_us(50000);
                GPIO_WriteBit(LEDPORT,LED1,(BitAction)(0));
                delay_us(50000;)
        }
}

Gacy 发表于 2021-10-31 18:14:27

这啥呀没学{:10_254:}
页: [1]
查看完整版本: 这个为什么运行不了