附录#include "stm32f10x.h" //Device header#include "Delay.h"#include "Key.h"#include "OLED.h"#include "MAX30102.h"#include "Buzzer.h"#include "GPS.h"#include "USART2.h"#include "USART3.h"#include "AD.h"#include "Incline.h"#include "LED.h"uint8_t KeyNum, Key1_Data = 0, Key4_Data = 0; //键值码,累加计数切换功能uint8_t ADDelay = 0, USART1_Delay = 0, USART2_Delay = 0;//延时uint8_t Flame, BloodPa, Heart, SPO2; //火焰,血压,心率,血氧int8_t BloodPaH = 50, HeartLow = 60, SPO2Low = 85, ...
发表评论取消回复