2021-11-01 12:02:52 索煒達(dá)電子 779
項(xiàng)目編號(hào):E2049
文件大?。?88K
源碼說(shuō)明:帶中文注釋
開(kāi)發(fā)環(huán)境:C編譯器
簡(jiǎn)要概述:
STM8S105數(shù)字溫度計(jì)設(shè)計(jì)
功能要求:選用STM8型單片機(jī)作為主控制器件,DS18B20作為測(cè)溫傳感器,通過(guò)LCD1602實(shí)現(xiàn)溫度顯示。通過(guò)DS18B20直接讀取被測(cè)溫度值,進(jìn)行數(shù)據(jù)轉(zhuǎn)換,該器件的物理化學(xué)性能穩(wěn)定,線(xiàn)性度較好,在0℃~100℃最大線(xiàn)性偏差小于0.01℃。利用該器件直接向單片機(jī)傳輸數(shù)字信號(hào),使用單片機(jī)處理及控制??稍O(shè)置的上下限溫度報(bào)警。
額外功能:斷電保存上下限溫度警告值,支持負(fù)數(shù)溫度值
目錄│文件列表:
└ curriculumDesignStm8
│ Backup of Template.ewd
│ Backup of Template.ewp
│ beep.c
│ beep.h
│ delay.c
│ delay.h
│ ds18b20.c
│ ds18b20.h
│ handle.c
│ handle.h
│ key.c
│ key.h
│ lcd1602.c
│ LCD1602.eww
│ lcd1602.h
│ main.c
│ README.txt
│ stm8s_eeprom.c
│ stm8s_eeprom.h
│ stm8s_type.h
│ Template.dep
│ Template.ewd
│ Template.ewp
│ Template.ewt
│ usart2.c
│ usart2.h
├ Debug
│ ├ Exe
│ │ └ Template.out
│ └ Obj
│ │ beep.o
│ │ beep.pbi
│ │ beep.pbi.cout
│ │ delay.o
│ │ delay.pbi
│ │ delay.pbi.cout
│ │ ds18b20.o
│ │ ds18b20.pbi
│ │ ds18b20.pbi.cout
│ │ handle.o
│ │ handle.pbi
│ │ handle.pbi.cout
│ │ key.o
│ │ key.pbi
│ │ key.pbi.cout
│ │ lcd1602.o
│ │ lcd1602.pbi
│ │ lcd1602.pbi.cout
│ │ main.o
│ │ main.pbi
│ │ main.pbi.cout
│ │ stm8s_eeprom.o
│ │ stm8s_eeprom.pbi
│ │ stm8s_eeprom.pbi.cout
│ │ Template.pbd
│ │ Template.pbd.browse
│ │ usart2.o
│ │ usart2.pbi
│ └ usart2.pbi.cout
└ settings
│ LCD1602.wsdt
│ LCD1602.wspos
│ Template.cspy.bat
│ Template.dbgdt
│ Template.Debug.cspy.bat
│ Template.dni
└ Template.wsdt