/Modules/ARM/STM32F10xRxT/SW/LED_blink/LED_Blink_Main.c |
---|
47,13 → 47,13 |
GPIO_ResetBits(GPIOC, GPIO_Pin_4); |
GPIO_SetBits(GPIOB, GPIO_Pin_7); |
GPIO_ResetBits(GPIOB, GPIO_Pin_8); |
Delay(0x1fFFFF); |
Delay(0x4fFFFF); |
GPIO_SetBits(GPIOC, GPIO_Pin_4); |
GPIO_ResetBits(GPIOC, GPIO_Pin_5); |
GPIO_SetBits(GPIOB, GPIO_Pin_8); |
GPIO_ResetBits(GPIOB, GPIO_Pin_7); |
Delay(0x1fFFFF); |
Delay(0x4fFFFF); |
} |
} |