下你所需,载你所想!
汇集开发技术源码资料

stm8驱动led

:275.607KB :1 :2022-09-18 16:17:20

部分简介

stm8驱动led如果开发者对于本文件有需要的可以参考。stm8s最小系统,驱动led示例
└── LED
├── My_Lib
│ ├── LED
│ │ ├── led.c
│ │ └── led.h
│ ├── USART
│ │ ├── USART.c
│ │ └── USART.h
│ └── delay
│ ├── delay.c
│ └── delay.h
├── Project
│ ├── Backup (2) of LED.ewp
│ ├── Backup (3) of LED.ewd
│ ├── Backup (3) of LED.ewp
│ ├── Backup of LED.ewp
│ ├── Debug
│ │ ├── Exe
│ │ │ ├── LED.hex
│ │ │ └── LED.out
│ │ ├── List
│ │ └── Obj
│ │ ├── LED.pbd
│ │ ├── LED.pbd.browse
│ │ ├── USART.o
│ │ ├── USART.pbi.cout
│ │ ├── delay.o
│ │ ├── delay.pbi
│ │ ├── delay.pbi.cout
│ │ ├── led.o
│ │ ├── led.pbi
│ │ ├── led.pbi.cout
│ │ ├── main.o
│ │ ├── main.pbi
│ │ ├── main.pbi.cout
│ │ └── spi.pbi.cout
│ ├── LED.dep
│ ├── LED.dep.eww
│ ├── LED.ewd
│ ├── LED.ewp
│ └── settings
│ ├── LED.cspy.bat
│ ├── LED.dbgdt
│ ├── LED.dep.wsdt
│ ├── LED.dni
│ └── LED.ewp.wsdt
├── System
│ ├── stm8s.h
│ └── stm8s_type.h
└── User
├── ALL_Includes.h
├── MyType.h
└── main.c

13 directories, 40 files

热门推荐

相关文章