2021-10-28 19:01:11 索炜达电子 809
项目编号:E1931
文件大小:5.6M
源码说明:带中文注释
开发环境:C编译器
简要概述
手机无线充电器-包括LGT8F690A单片机源码+PCB
目录│文件列表:
└ 手机无线充电器-包括LGT8F690A单片机源码+PCB
│ LGT8F690A_databook_v1.0.7.pdf
├ hex文件
│ └ lgt8f690a_qiwc_mic.hex
├ LGT8F690A_5WQI(无线充完整PCB工程+源代码)
│ │ LGT8F690A_databook_v1.0.7.pdf
│ │ LGT8F690A_QI5W_Sch.pdf
│ │ 功能指标.txt
│ ├ PCB
│ │ │ 690A_5W_QI.PcbDoc
│ │ │ 690A_5W_QI.PrjPcb
│ │ └ 690A_5W_QI.SchDoc
│ └ 源代码
│ │ lgt8f690a_qiwc_mic.hex
│ └ lgt8f690a_qiwc_app
│ │ init_auto.c
│ │ init_auto.dep
│ │ isr_auto.c
│ │ isr_auto.dep
│ │ lgt8f690a_adc.dep
│ │ lgt8f690a_gpp.dep
│ │ lgt8f690a_misc.dep
│ │ lgt8f690a_qiwc.h
│ │ lgt8f690a_qiwc.lpp
│ │ lgt8f690a_qiwc.mcp
│ │ lgt8f690a_qiwc.mcs
│ │ lgt8f690a_qiwc.mcw
│ │ lgt8f690a_sys.dep
│ │ lgt8f690a_tc1.dep
│ │ lgt8f690a_tc2.dep
│ │ main.c
│ │ main.dep
│ ├ build
│ │ └ release
│ │ │ funclist
│ │ │ init_auto.pre
│ │ │ isr_auto.pre
│ │ │ lgt8f690a_adc.pre
│ │ │ lgt8f690a_gpp.pre
│ │ │ lgt8f690a_misc.pre
│ │ │ lgt8f690a_qiwc_mic.hex
│ │ │ lgt8f690a_sys.pre
│ │ │ lgt8f690a_tc1.pre
│ │ │ lgt8f690a_tc2.pre
│ │ └ main.pre
│ └ Drivers
│ ├ Includes
│ │ │ allinone.h
│ │ │ FSYSCLK.h
│ │ │ global.h
│ │ │ lgt8f690a.h
│ │ │ lgt8f690a_ac.h
│ │ │ lgt8f690a_adc.h
│ │ │ lgt8f690a_dac.h
│ │ │ lgt8f690a_dap.h
│ │ │ lgt8f690a_gpp.h
│ │ │ lgt8f690a_misc.h
│ │ │ lgt8f690a_sys.h
│ │ │ lgt8f690a_tc0.h
│ │ │ lgt8f690a_tc1.h
│ │ │ lgt8f690a_tc2.h
│ │ │ lgt8f690a_usart.h
│ │ │ lgt8f690a_wdt.h
│ │ └ macros_auto.h
│ └ Sources
│ │ lgt8f690a_adc.c
│ │ lgt8f690a_gpp.c
│ │ lgt8f690a_misc.c
│ │ lgt8f690a_sys.c
│ │ lgt8f690a_tc1.c
│ │ lgt8f690a_tc2.c
│ └ lgt8f690a_usart.c
├ lgt8f690a_qiwc_app
│ │ init_auto.c
│ │ init_auto.dep
│ │ isr_auto.c
│ │ isr_auto.dep
│ │ lgt8f690a_adc.dep
│ │ lgt8f690a_gpp.dep
│ │ lgt8f690a_misc.dep
│ │ lgt8f690a_qiwc.h
│ │ lgt8f690a_qiwc.lpp
│ │ lgt8f690a_qiwc.mcp
│ │ lgt8f690a_qiwc.mcs
│ │ lgt8f690a_qiwc.mcw
│ │ lgt8f690a_sys.dep
│ │ lgt8f690a_tc1.dep
│ │ lgt8f690a_tc2.dep
│ │ main.c
│ │ main.dep
│ ├ build
│ │ └ release
│ │ │ funclist
│ │ │ init_auto.pre
│ │ │ isr_auto.pre
│ │ │ lgt8f690a_adc.pre
│ │ │ lgt8f690a_gpp.pre
│ │ │ lgt8f690a_misc.pre
│ │ │ lgt8f690a_qiwc_mic.hex
│ │ │ lgt8f690a_sys.pre
│ │ │ lgt8f690a_tc1.pre
│ │ │ lgt8f690a_tc2.pre
│ │ └ main.pre
│ └ Drivers
│ ├ Includes
│ │ │ allinone.h
│ │ │ FSYSCLK.h
│ │ │ global.h
│ │ │ lgt8f690a.h
│ │ │ lgt8f690a_ac.h
│ │ │ lgt8f690a_adc.h
│ │ │ lgt8f690a_dac.h
│ │ │ lgt8f690a_dap.h
│ │ │ lgt8f690a_gpp.h
│ │ │ lgt8f690a_misc.h
│ │ │ lgt8f690a_sys.h
│ │ │ lgt8f690a_tc0.h
│ │ │ lgt8f690a_tc1.h
│ │ │ lgt8f690a_tc2.h
│ │ │ lgt8f690a_usart.h
│ │ │ lgt8f690a_wdt.h
│ │ └ macros_auto.h
│ └ Sources
│ │ lgt8f690a_adc.c
│ │ lgt8f690a_gpp.c
│ │ lgt8f690a_misc.c
│ │ lgt8f690a_sys.c
│ │ lgt8f690a_tc1.c
│ │ lgt8f690a_tc2.c
│ └ lgt8f690a_usart.c
└ PCB文件
└ 20180930测试版本_690A_5W_QI.pcb