:924.851KB : :1 :2022-09-30 14:04:09
闪烁灯实验(STM32F407开发板)如果开发者对于本文件有需要的可以参考。基于STM32F407开发板,实现驱动LED灯闪烁。
01闪烁灯实验
├── HardWare
│ └── LED
│ ├── led.c
│ └── led.h
├── OBJ
│ ├── delay.crf
│ ├── delay.d
│ ├── delay.o
│ ├── led.crf
│ ├── led.d
│ ├── led.o
│ ├── startup_stm32f40_41xxx.d
│ ├── startup_stm32f40_41xxx.lst
│ ├── startup_stm32f40_41xxx.o
│ ├── sys.crf
│ ├── sys.d
│ ├── sys.o
│ ├── test.axf
│ ├── test.build_log.htm
│ ├── test.crf
│ ├── test.d
│ ├── test.hex
│ ├── test.htm
│ ├── test.lnp
│ ├── test.map
│ ├── test.o