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

RFID读卡器(125KHzRFID)

:2.957MB :1 :2022-09-19 13:28:24

部分简介

RFID读卡器(125KHzRFID)如果开发者对于本文件有需要的可以参考。125KHzRFID读卡器,stm8s003,IAR.
STM8S_RFIDc

├── 321.obc
├── App
│ ├── main.c
│ ├── stm8s_conf.h
│ ├── stm8s_it.c
│ └── stm8s_it.h
├── Bsp
│ ├── bsp.c
│ ├── bsp.h
│ ├── bsp_adc.c
│ ├── bsp_adc.h
│ ├── bsp_iwdg.c
│ ├── bsp_iwdg.h
│ ├── bsp_timer.c
│ ├── bsp_timer.h
│ ├── bsp_uart.c
│ └── bsp_uart.h
├── Debug
│ ├── Exe
│ │ ├── Demo.hex
│ │ ├── Demo.out
│ │ └── RFID_V1.2.hex
│ ├── List
│ │ └── Demo.map
│ └── Obj
│ ├── CRC16.o
│ ├── CRC16.pbi.cout
│ ├── Demo.pbd
│ ├── Demo.pbd.browse
│ ├── MD5.pbi.cout
│ ├── bsp.o
│ ├── bsp.pbi
│ ├── bsp.pbi.cout
│ ├── bsp_adc.o
│ ├── bsp_adc.pbi
│ ├── bsp_adc.pbi.cout
│ ├── bsp_eeprom.o
│ ├── bsp_eeprom.pbi.cout
│ ├── bsp_iwdg.o
│ ├── bsp_iwdg.pbi
│ ├── bsp_iwdg.pbi.cout
│ ├── bsp_timer.o
│ ├── bsp_timer.pbi
│ ├── bsp_timer.pbi.cout
│ ├── bsp_uart.o
│ ├── bsp_uart.pbi
│ ├── bsp_uart.pbi.cout
│ ├── main.o
│ ├── main.pbi
│ ├── main.pbi.cout
│ ├── rfid.o
│ ├── rfid.pbi
│ ├── rfid.pbi.cout
│ ├── rfid0.pbi.cout
│ ├── rfid51.pbi.cout
│ ├── stm8s_adc1.o
│ ├── stm8s_adc1.pbi
│ ├── stm8s_adc1.pbi.cout
│ ├── stm8s_clk.o
│ ├── stm8s_clk.pbi
│ ├── stm8s_clk.pbi.cout
│ ├── stm8s_flash.o
│ ├── stm8s_flash.pbi
│ ├── stm8s_flash.pbi.cout
│ ├── stm8s_gpio.o
│ ├── stm8s_gpio.pbi
│ ├── stm8s_gpio.pbi.cout
│ ├── stm8s_it.o
│ ├── stm8s_it.pbi
│ ├── stm8s_it.pbi.cout
│ ├── stm8s_itc.o
│ ├── stm8s_itc.pbi.cout
│ ├── stm8s_iwdg.o
│ ├── stm8s_iwdg.pbi
│ ├── stm8s_iwdg.pbi.cout
│ ├── stm8s_tim1.o
│ ├── stm8s_tim1.pbi
│ ├── stm8s_tim1.pbi.cout
│ ├── stm8s_tim2.o
│ ├── stm8s_tim2.pbi
│ ├── stm8s_tim2.pbi.cout
│ ├── stm8s_tim4.o
│ ├── stm8s_tim4.pbi
│ ├── stm8s_tim4.pbi.cout
│ ├── stm8s_uart1.o
│ ├── stm8s_uart1.pbi
│ └── stm8s_uart1.pbi.cout
├── Demo.dep
├── Demo.ewd
├── Demo.ewp
├── Demo.ewt

热门推荐

相关文章