2021-10-29 11:35:23 索煒達(dá)電子 678
項(xiàng)目編號(hào):E1960
文件大小:9M
源碼說(shuō)明:帶中文注釋
開(kāi)發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述
基于單片機(jī)的智能語(yǔ)音控制系統(tǒng)
目錄│文件列表:
└ 基于單片機(jī)的智能語(yǔ)音控制系統(tǒng)
│ 使用說(shuō)明-仔細(xì)閱讀.txt
└ STM32-LD3320A
│ keilkilll.bat
│ README.md
├ BSP
│ ├ buzzer
│ │ │ buzzer.c
│ │ └ buzzer.h
│ ├ cjson
│ │ │ cJSON.c
│ │ └ cJSON.h
│ ├ delay
│ │ │ delay.c
│ │ └ delay.h
│ ├ dma
│ │ │ dma.c
│ │ └ dma.h
│ ├ ds18b20
│ │ │ ds18b20.c
│ │ └ ds18b20.h
│ ├ ESP8266
│ │ │ at.c
│ │ │ at.h
│ │ │ ESP8266.c
│ │ │ ESP8266.h
│ │ │ TCP_ESP8266.c
│ │ └ TCP_ESP8266.h
│ ├ KEY
│ │ │ user_key.c
│ │ └ user_key.h
│ ├ LD_Driver
│ │ │ LD3320_main.c
│ │ │ LDChip.c
│ │ │ LDChip.h
│ │ │ Reg_RW.c
│ │ └ Reg_RW.h
│ ├ led
│ │ │ led.c
│ │ └ led.h
│ ├ MQTT
│ │ │ handle.c
│ │ │ handle.h
│ │ │ mqtt.c
│ │ │ mqtt.h
│ │ │ TCPinterface.c
│ │ │ TCPinterface.h
│ │ └ lib
│ │ │ MQTTConnect.h
│ │ │ MQTTConnectClient.c
│ │ │ MQTTConnectServer.c
│ │ │ MQTTDeserializePublish.c
│ │ │ MQTTFormat.c
│ │ │ MQTTFormat.h
│ │ │ MQTTPacket.c
│ │ │ MQTTPacket.h
│ │ │ MQTTPublish.h
│ │ │ MQTTSerializePublish.c
│ │ │ MQTTSubscribe.h
│ │ │ MQTTSubscribeClient.c
│ │ │ MQTTSubscribeServer.c
│ │ │ MQTTUnsubscribe.h
│ │ │ MQTTUnsubscribeClient.c
│ │ │ MQTTUnsubscribeServer.c
│ │ └ StackTrace.h
│ ├ oled
│ │ │ bmp.h
│ │ │ oled.c
│ │ │ oled.h
│ │ └ oledfont.h
│ ├ relay
│ │ │ Relay.c
│ │ └ Relay.h
│ ├ sd_card
│ │ │ sdio_sdcard.c
│ │ └ sdio_sdcard.h
│ ├ sys
│ │ │ sys.c
│ │ └ sys.h
│ ├ timer
│ │ │ timer.c
│ │ │ timer.h
│ │ │ timer3.c
│ │ └ timer3.h
│ ├ usart
│ │ │ usart.c
│ │ │ usart.h
│ │ │ usart2.c
│ │ └ usart2.h
│ └ usb_user
│ │ hw_config.c
│ │ hw_config.h
│ │ mass_mal.c
│ │ mass_mal.h
│ │ memory.c
│ │ memory.h
│ │ msd.c
│ │ msd.h
│ │ scsi_data.c
│ │ sdcard.h
│ │ usb_bot.c
│ │ usb_bot.h
│ │ usb_conf.h
│ │ usb_desc.c
│ │ usb_desc.h
│ │ usb_endp.c
│ │ usb_istr.c
│ │ usb_istr.h
│ │ usb_prop.c
│ │ usb_prop.h
│ │ usb_pwr.c
│ │ usb_pwr.h
│ │ usb_scsi.c
│ └ usb_scsi.h
├ FATFS
│ │ 00readme.txt
│ │ conest.h
│ │ diskio.c
│ │ diskio.h
│ │ fatfs_posix.c
│ │ fatfs_posix.h
│ │ ff.c
│ │ ff.h
│ │ ffconf.h
│ │ integer.h
│ └ option
│ │ cc932.c
│ │ cc936.c
│ │ cc949.c
│ │ cc950.c
│ │ ccsbcs.c
│ │ syncobj.c
│ └ syscall.c
├ Libraries
│ ├ CMSIS
│ │ │ CMSIS debug support.htm
│ │ │ CMSIS_changes.htm
│ │ │ License.doc
│ │ ├ CM3
│ │ │ ├ CoreSupport
│ │ │ │ │ core_cm3.c
│ │ │ │ └ core_cm3.h
│ │ │ └ DeviceSupport
│ │ │ └ ST
│ │ │ └ STM32F10x
│ │ │ │ Release_Notes.html
│ │ │ │ stm32f10x.h
│ │ │ │ system_stm32f10x.c
│ │ │ │ system_stm32f10x.h
│ │ │ └ startup
│ │ │ ├ arm
│ │ │ │ │ startup_stm32f10x_cl.s
│ │ │ │ │ startup_stm32f10x_hd.s
│ │ │ │ │ startup_stm32f10x_hd_vl.s
│ │ │ │ │ startup_stm32f10x_ld.s
│ │ │ │ │ startup_stm32f10x_ld_vl.s
│ │ │ │ │ startup_stm32f10x_md.s
│ │ │ │ │ startup_stm32f10x_md_vl.s
│ │ │ │ └ startup_stm32f10x_xl.s
│ │ │ ├ gcc_ride7
│ │ │ │ │ startup_stm32f10x_cl.s
│ │ │ │ │ startup_stm32f10x_hd.s
│ │ │ │ │ startup_stm32f10x_hd_vl.s
│ │ │ │ │ startup_stm32f10x_ld.s
│ │ │ │ │ startup_stm32f10x_ld_vl.s
│ │ │ │ │ startup_stm32f10x_md.s
│ │ │ │ │ startup_stm32f10x_md_vl.s
│ │ │ │ └ startup_stm32f10x_xl.s
│ │ │ ├ iar
│ │ │ │ │ startup_stm32f10x_cl.s
│ │ │ │ │ startup_stm32f10x_hd.s
│ │ │ │ │ startup_stm32f10x_hd_vl.s
│ │ │ │ │ startup_stm32f10x_ld.s
│ │ │ │ │ startup_stm32f10x_ld_vl.s
│ │ │ │ │ startup_stm32f10x_md.s
│ │ │ │ │ startup_stm32f10x_md_vl.s
│ │ │ │ └ startup_stm32f10x_xl.s
│ │ │ └ TrueSTUDIO
│ │ │ │ startup_stm32f10x_cl.s
│ │ │ │ startup_stm32f10x_hd.s
│ │ │ │ startup_stm32f10x_hd_vl.s
│ │ │ │ startup_stm32f10x_ld.s
│ │ │ │ startup_stm32f10x_ld_vl.s
│ │ │ │ startup_stm32f10x_md.s
│ │ │ │ startup_stm32f10x_md_vl.s
│ │ │ └ startup_stm32f10x_xl.s
│ │ └ Documentation
│ │ └ CMSIS_Core.htm
│ ├ STM32F10x_StdPeriph_Driver
│ │ │ Release_Notes.html
│ │ ├ inc
│ │ │ │ misc.h
│ │ │ │ stm32f10x_adc.h
│ │ │ │ stm32f10x_bkp.h
│ │ │ │ stm32f10x_can.h
│ │ │ │ stm32f10x_cec.h
│ │ │ │ stm32f10x_conf.h