【E2049】STM8S105数字温度计设计

2021-11-01 12:02:52      索炜达电子      478     

项目编号:E2049

文件大小:988K

源码说明:带中文注释

开发环境:C编译器

简要概述:

STM8S105数字温度计设计

功能要求:选用STM8型单片机作为主控制器件,DS18B20作为测温传感器,通过LCD1602实现温度显示。通过DS18B20直接读取被测温度值,进行数据转换,该器件的物理化学性能稳定,线性度较好,在0℃~100℃最大线性偏差小于0.01℃。利用该器件直接向单片机传输数字信号,使用单片机处理及控制。可设置的上下限温度报警。

额外功能:断电保存上下限温度警告值,支持负数温度值

目录│文件列表:

 └ 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

TAGSTM8S105
  • 4 次
  • 1 分