2021-10-22 15:45:41 索煒達(dá)電子 975
項(xiàng)目編號:E1682
文件大小:1.33M
源碼說明:帶中文注釋
開發(fā)環(huán)境:C編譯器
簡要概述:
PIC16F1947單片機(jī)做的NTC熱敏電阻溫控器原理圖及源程序
目錄│文件列表:
│ MCU-SI1102 調(diào)整亮度后.pdf
└ K9-WKQ
│ CleanUpProjectFolders.bat
│ DEFINE.H
│ DS18B20.C
│ generic_processorConfigBits.h
│ GLOBAL.H
│ implement.c
│ interruption.c
│ main.c
│ mComm.c
│ mComm.h
│ mComm_config.h
│ mComm_custom.c
│ mComm_opcodes.c
│ mComm_optionsForConfig.h
│ mComm_processConfiguration.h
│ mTouch.c
│ mTouch.h
│ mTouchCVD_macroLibrary_PIC16F.h
│ mTouchCVD_macroLibrary_PIC16F1.h
│ mTouchCVD_macroLibrary_PIC18F.h
│ mTouch_acquisition.c
│ mTouch_acquisition_HCVD.c
│ mTouch_config.h
│ mTouch_config_cvdAdvanced.h
│ mTouch_config_modes.h
│ mTouch_config_slider.h
│ mTouch_documentation.h
│ mTouch_eeprom.c
│ mTouch_eeprom.h
│ mTouch_macroLibrary_common.h
│ mTouch_modes.h
│ mTouch_optionsForConfig.h
│ mTouch_processConfiguration.h
│ mTouch_proximity.c
│ mTouch_proximity.h
│ mTouch_slider.c
│ mTouch_slider.h
│ mydefine.h
│ NTC.C
│ XWKQ_KeyScan.c
│ XWKQ_KeyScan.H
│ XWKQ_LCD.c
├ Alternative Configurations
│ │ mTouch_hardwareProfile_12F1552.h
│ │ mTouch_hardwareProfile_12F184x.h
│ │ mTouch_hardwareProfile_12F61x.h
│ │ mTouch_hardwareProfile_12F675.h
│ │ mTouch_hardwareProfile_12F683.h
│ │ mTouch_hardwareProfile_16F150x.h
│ │ mTouch_hardwareProfile_16F1512-3.h
│ │ mTouch_hardwareProfile_16F151x.h
│ │ mTouch_hardwareProfile_16F152x.h
│ │ mTouch_hardwareProfile_16F182x.h
│ │ mTouch_hardwareProfile_16F184x.h
│ │ mTouch_hardwareProfile_16F193x.h
│ │ mTouch_hardwareProfile_16F194x.h
│ │ mTouch_hardwareProfile_16F61x.h
│ │ mTouch_hardwareProfile_16F684.h
│ │ mTouch_hardwareProfile_16F68x.h
│ │ mTouch_hardwareProfile_16F72x.h
│ │ mTouch_hardwareProfile_16F785.h
│ │ mTouch_hardwareProfile_16F81x.h
│ │ mTouch_hardwareProfile_16F88x.h
│ │ mTouch_hardwareProfile_16F91x.h
│ │ mTouch_hardwareProfile_16LF190x.h
│ └ mTouch_hardwareProfile_18FxxJ50.h
└ project.X
│ .dep.inc
│ funclist
│ Makefile
├ build
│ └ default
│ └ production
│ └ _ext
│ └ 1472
│ │ DS18B20.dep
│ │ DS18B20.p1
│ │ DS18B20.p1.d
│ │ DS18B20.pre
│ │ implement.dep
│ │ implement.p1
│ │ implement.p1.d
│ │ implement.pre
│ │ interruption.dep
│ │ interruption.p1
│ │ interruption.p1.d
│ │ interruption.pre
│ │ main.dep
│ │ main.p1
│ │ main.p1.d
│ │ main.pre
│ │ mComm.dep
│ │ mComm.p1
│ │ mComm.p1.d
│ │ mComm.pre
│ │ mComm_custom.dep
│ │ mComm_custom.p1
│ │ mComm_custom.p1.d
│ │ mComm_custom.pre
│ │ mComm_opcodes.dep
│ │ mComm_opcodes.p1
│ │ mComm_opcodes.p1.d
│ │ mComm_opcodes.pre
│ │ mTouch.dep
│ │ mTouch.p1
│ │ mTouch.p1.d
│ │ mTouch.pre
│ │ mTouch_acquisition.dep
│ │ mTouch_acquisition.p1
│ │ mTouch_acquisition.p1.d
│ │ mTouch_acquisition.pre
│ │ mTouch_acquisition_HCVD.dep
│ │ mTouch_acquisition_HCVD.p1
│ │ mTouch_acquisition_HCVD.p1.d
│ │ mTouch_acquisition_HCVD.pre
│ │ mTouch_eeprom.dep
│ │ mTouch_eeprom.p1
│ │ mTouch_eeprom.p1.d
│ │ mTouch_eeprom.pre
│ │ mTouch_proximity.dep
│ │ mTouch_proximity.p1
│ │ mTouch_proximity.p1.d
│ │ mTouch_proximity.pre
│ │ mTouch_Slider.dep
│ │ mTouch_Slider.p1
│ │ mTouch_Slider.p1.d
│ │ mTouch_Slider.pre
│ │ NTC.dep
│ │ NTC.p1
│ │ NTC.p1.d
│ │ NTC.pre
│ │ XWKQ_KeyScan.dep
│ │ XWKQ_KeyScan.p1
│ │ XWKQ_KeyScan.p1.d
│ │ XWKQ_KeyScan.pre
│ │ XWKQ_LCD.dep
│ │ XWKQ_LCD.p1
│ │ XWKQ_LCD.p1.d
│ └ XWKQ_LCD.pre
├ disassembly
│ └ listing.disasm
├ dist
│ └ default
│ └ production
│ │ project.X.production.cof
│ │ project.X.production.hex
│ │ project.X.production.hxl
│ │ project.X.production.lst
│ │ project.X.production.map
│ │ project.X.production.obj
│ │ project.X.production.rlf
│ │ project.X.production.sdb
│ └ project.X.production.sym
└ nbproject
│ .dep.inc
│ configurations.xml
│ Makefile-default.mk
│ Makefile-genesis.properties
│ Makefile-impl.mk
│ Makefile-local-default.mk
│ Makefile-variables.mk
│ Package-default.bash
│ project.properties
│ project.xml
└ private
│ configurations.xml
│ private.xml
└ SuppressibleMessageMemo.properties