体温枪代码

所属分类:单片机开发
开发工具:C/C++
文件大小:22270KB
下载次数:1
上传日期:2020-10-08 17:23:03
上 传 者Tangdonghua
说明:  功能描述: 注:按键分为上、下、左、右按键 实现了测温功能、采集电压功能和预警处理提示功能 1、按左键,直接退出主界面 2、按右键,进入选择测温、测压界面 3、按住上键,进行测温,当出现发烧情况会蜂鸣器+红灯闪烁报警,不同的发烧程度,报警的频率不同 发烧越严重,频率很快 (在主界面不可直接进入) 4、按下键,进行测压,当低压时,蜂鸣器+绿灯闪烁报警提示(在主界面不可直接进入)
(Function Description: Note: the keys are divided into up, down, left and right buttons The functions of temperature measurement, voltage collection and warning are realized 1. Press the left key to exit the main interface directly 2. Press the right button to enter the interface of temperature measurement and pressure measurement 3. Press and hold the up button to measure the temperature. When there is a fever, the buzzer + red light will flash to alarm. Different fever degree, the alarm frequency is different The more serious the fever is, the faster the frequency will be (it is not allowed to enter directly in the main interface) 4. Press the key to measure the pressure. When the pressure is low, the buzzer + green light will flash to give an alarm (it is not allowed to enter directly in the main interface))

文件列表:
Doc (0, 2020-04-26)
Libraries (0, 2020-04-26)
Libraries\CMSIS (0, 2020-04-26)
Libraries\CMSIS\Device (0, 2020-04-26)
Libraries\CMSIS\Device\ST (0, 2020-04-26)
Libraries\CMSIS\Device\ST\STM32F1xx (0, 2020-04-26)
Libraries\CMSIS\Device\ST\STM32F1xx\Include (0, 2020-04-26)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f100xb.h (499383, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f100xe.h (544592, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f101x6.h (450054, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f101xb.h (460427, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f101xe.h (538241, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f101xg.h (553283, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f102x6.h (542782, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f102xb.h (552388, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f103x6.h (874443, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f103xb.h (884820, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f103xe.h (971857, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f103xg.h (985951, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f105xc.h (1261488, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f107xc.h (1342323, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\stm32f1xx.h (8788, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Include\system_stm32f1xx.h (3337, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Source (0, 2020-04-26)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates (0, 2020-04-26)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm (0, 2020-04-26)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f100xb.s (15127, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f100xe.s (16715, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f101x6.s (12564, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f101xb.s (12937, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f101xe.s (15049, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f101xg.s (15808, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f102x6.s (12886, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f102xb.s (13271, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f103x6.s (13449, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f103xb.s (13834, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f103xe.s (16391, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f103xg.s (16845, 2020-03-28)
Libraries\CMSIS\Device\ST\STM32F1xx\Source\Templates\arm\startup_stm32f105xc.s (16653, 2020-03-28)
... ...

# TemperatureMeasuringGun 红外测温枪学习方案 功能描述: 注:按键分为上、下、左、右按键 实现了测温功能、采集电压功能和预警处理提示功能 1、按左键,直接退出主界面 2、按右键,进入选择测温、测压界面 3、按住上键,进行测温,当出现发烧情况会蜂鸣器+红灯闪烁报警,不同的发烧程度,报警的频率不同 发烧越严重,频率很快 (在主界面不可直接进入) 4、按下键,进行测压,当低压时,蜂鸣器+绿灯闪烁报警提示(在主界面不可直接进入) 人的发烧温度: //发热分为: 低热 :37.2~38°C;中等度热:38.1~39°C:高热:39.1~41°C; 超高热 :41°C以上 注:测温时,不能贴到肉上,需要离肉0.5cm左右 V2版本把u8、u16、u32修改成标准的uint8_t/uint16_t/uint32_t

近期下载者

相关文件


收藏者