极品馒头泬19p,国产精品亚洲一区二区三区,狠狠色噜噜狠狠狠7777奇米,国产精品视频一区二区三区无码,国产欧美日韩久久久久

【E1848】基于單片機的多功能電子密碼鎖的設(shè)計

2021-10-27 11:39:39      索煒達電子      622     

項目編號:E1848

文件大小:5M

源碼說明:帶中文注釋

開發(fā)環(huán)境:C編譯器

簡要概述

基于單片機的多功能電子密碼鎖的設(shè)計

目錄│文件列表:

 └ 基于單片機的多功能電子密碼鎖的設(shè)計

    └ electronic_code_lock

       ├ ending_code

       │  │ keilkilll.bat

       │  ├ CORE

       │  │  │ core_cm3.c

       │  │  │ core_cm3.h

       │  │  │ startup_stm32f10x_hd.s

       │  │  └ startup_stm32f10x_md.s

       │  ├ HARDWARE

       │  │  ├ AT24CXX

       │  │  │  │ AT24CXX.c

       │  │  │  └ AT24CXX.h

       │  │  ├ KEY

       │  │  │  │ key.c

       │  │  │  └ key.h

       │  │  ├ LED

       │  │  │  │ led.c

       │  │  │  └ led.h

       │  │  ├ OLED

       │  │  │  │ oled.c

       │  │  │  │ oled.h

       │  │  │  └ oledfont.h

       │  │  ├ RC522

       │  │  │  │ RC522.c

       │  │  │  └ RC522.h

       │  │  ├ SPI

       │  │  │  │ spi_driver.c

       │  │  │  └ spi_driver.h

       │  │  └ STMFLASH

       │  │     │ stmflash.c

       │  │     └ stmflash.h

       │  ├ OBJ

       │  │  │ at24cxx.crf

       │  │  │ at24cxx.d

       │  │  │ at24cxx.o

       │  │  │ core_cm3.crf

       │  │  │ core_cm3.d

       │  │  │ core_cm3.o

       │  │  │ delay.crf

       │  │  │ delay.d

       │  │  │ delay.o

       │  │  │ i2c.crf

       │  │  │ i2c.d

       │  │  │ i2c.o

       │  │  │ key.crf

       │  │  │ key.d

       │  │  │ key.o

       │  │  │ led.crf

       │  │  │ led.d

       │  │  │ led.o

       │  │  │ main.crf

       │  │  │ main.d

       │  │  │ main.o

       │  │  │ misc.crf

       │  │  │ misc.d

       │  │  │ misc.o

       │  │  │ oled.crf

       │  │  │ oled.d

       │  │  │ oled.o

       │  │  │ rc522.crf

       │  │  │ rc522.d

       │  │  │ rc522.o

       │  │  │ spi_driver.crf

       │  │  │ spi_driver.d

       │  │  │ spi_driver.o

       │  │  │ startup_stm32f10x_hd.d

       │  │  │ startup_stm32f10x_hd.o

       │  │  │ stm32f10x_exti.crf

       │  │  │ stm32f10x_exti.d

       │  │  │ stm32f10x_exti.o

       │  │  │ stm32f10x_flash.crf

       │  │  │ stm32f10x_flash.d

       │  │  │ stm32f10x_flash.o

       │  │  │ stm32f10x_gpio.crf

       │  │  │ stm32f10x_gpio.d

       │  │  │ stm32f10x_gpio.o

       │  │  │ stm32f10x_i2c.crf

       │  │  │ stm32f10x_i2c.d

       │  │  │ stm32f10x_i2c.o

       │  │  │ stm32f10x_it.crf

       │  │  │ stm32f10x_it.d

       │  │  │ stm32f10x_it.o

       │  │  │ stm32f10x_rcc.crf

       │  │  │ stm32f10x_rcc.d

       │  │  │ stm32f10x_rcc.o

       │  │  │ stm32f10x_spi.crf

       │  │  │ stm32f10x_spi.d

       │  │  │ stm32f10x_spi.o

       │  │  │ stm32f10x_usart.crf

       │  │  │ stm32f10x_usart.d

       │  │  │ stm32f10x_usart.o

       │  │  │ stmflash.crf

       │  │  │ stmflash.d

       │  │  │ stmflash.o

       │  │  │ sys.crf

       │  │  │ sys.d

       │  │  │ sys.o

       │  │  │ system_stm32f10x.crf

       │  │  │ system_stm32f10x.d

       │  │  │ system_stm32f10x.o

       │  │  │ USART.axf

       │  │  │ USART.build_log.htm

       │  │  │ usart.crf

       │  │  │ usart.d

       │  │  │ USART.hex

       │  │  │ USART.htm

       │  │  │ USART.lnp

       │  │  │ usart.o

       │  │  │ USART.sct

       │  │  │ USART_sct.Bak

       │  │  └ USART_Target 1.dep

       │  ├ STM32F10x_FWLib

       │  │  ├ inc

       │  │  │  │ misc.h

       │  │  │  │ stm32f10x_adc.h

       │  │  │  │ stm32f10x_bkp.h

       │  │  │  │ stm32f10x_can.h

       │  │  │  │ stm32f10x_cec.h

       │  │  │  │ stm32f10x_crc.h

       │  │  │  │ stm32f10x_dac.h

       │  │  │  │ stm32f10x_dbgmcu.h

       │  │  │  │ stm32f10x_dma.h

       │  │  │  │ stm32f10x_exti.h

       │  │  │  │ stm32f10x_flash.h

       │  │  │  │ stm32f10x_fsmc.h

       │  │  │  │ stm32f10x_gpio.h

       │  │  │  │ stm32f10x_i2c.h

       │  │  │  │ stm32f10x_iwdg.h

       │  │  │  │ stm32f10x_pwr.h

       │  │  │  │ stm32f10x_rcc.h

       │  │  │  │ stm32f10x_rtc.h

       │  │  │  │ stm32f10x_sdio.h

       │  │  │  │ stm32f10x_spi.h

       │  │  │  │ stm32f10x_tim.h

       │  │  │  │ stm32f10x_usart.h

       │  │  │  └ stm32f10x_wwdg.h

       │  │  └ src

       │  │     │ misc.c

       │  │     │ stm32f10x_adc.c

       │  │     │ stm32f10x_bkp.c

       │  │     │ stm32f10x_can.c

       │  │     │ stm32f10x_cec.c

       │  │     │ stm32f10x_crc.c

       │  │     │ stm32f10x_dac.c

       │  │     │ stm32f10x_dbgmcu.c

       │  │     │ stm32f10x_dma.c

       │  │     │ stm32f10x_exti.c

       │  │     │ stm32f10x_flash.c

       │  │     │ stm32f10x_fsmc.c

       │  │     │ stm32f10x_gpio.c

       │  │     │ stm32f10x_i2c.c

       │  │     │ stm32f10x_iwdg.c

       │  │     │ stm32f10x_pwr.c

       │  │     │ stm32f10x_rcc.c

       │  │     │ stm32f10x_rtc.c

       │  │     │ stm32f10x_sdio.c

       │  │     │ stm32f10x_spi.c

       │  │     │ stm32f10x_tim.c

       │  │     │ stm32f10x_usart.c

       │  │     └ stm32f10x_wwdg.c

       │  ├ SYSTEM

       │  │  ├ delay

       │  │  │  │ delay.c

       │  │  │  └ delay.h

       │  │  ├ I2C

       │  │  │  │ I2C.c

       │  │  │  └ I2C.h

       │  │  ├ sys

       │  │  │  │ sys.c

       │  │  │  └ sys.h

       │  │  └ usart

       │  │     │ usart.c

       │  │     └ usart.h

       │  └ USER

       │     │ JLinkLog.txt

       │     │ JLinkSettings.ini

       │     │ main.c

       │     │ startup_stm32f10x_hd.lst

       │     │ stm32f10x.h

       │     │ stm32f10x_conf.h

       │     │ stm32f10x_it.c

       │     │ stm32f10x_it.h

       │     │ system_stm32f10x.c

       │     │ system_stm32f10x.h

       │     │ USART.map

       │     │ USART.uvguix.Administrator

       │     │ USART.uvguix.wei

       │     │ USART.uvguix.wwwQw

       │     │ USART.uvoptx

       │     │ USART.uvprojx

       │     └ DebugConfig

       │        │ Target_1_STM32F103C8_1.0.0.dbgconf

       │        └ Target_1_STM32F103RC_1.0.0.dbgconf

       ├ hard_ware

       │  │ 多功能電子密碼鎖.PcbDoc

       │  │ 多功能電子密碼鎖.PrjPCB

       │  └ 多功能電子密碼鎖.SchDoc

       └ photo

          │ final_system.png

          │ PCB.png

          └ 軟件設(shè)計流程圖.png

TAG電子密碼鎖
  • 6 次
  • 5 分