2021-10-28 19:01:11 索煒達(dá)電子 804
項(xiàng)目編號(hào):E1931
文件大?。?.6M
源碼說(shuō)明:帶中文注釋
開(kāi)發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述
手機(jī)無(wú)線充電器-包括LGT8F690A單片機(jī)源碼+PCB
目錄│文件列表:
└ 手機(jī)無(wú)線充電器-包括LGT8F690A單片機(jī)源碼+PCB
│ LGT8F690A_databook_v1.0.7.pdf
├ hex文件
│ └ lgt8f690a_qiwc_mic.hex
├ LGT8F690A_5WQI(無(wú)線充完整PCB工程+源代碼)
│ │ LGT8F690A_databook_v1.0.7.pdf
│ │ LGT8F690A_QI5W_Sch.pdf
│ │ 功能指標(biāo).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測(cè)試版本_690A_5W_QI.pcb