有时能正常读取心率和血氧,有时数据是错的,比如心率会掉到40,血氧掉到80,需要跟进问题

This commit is contained in:
2021-08-22 17:21:15 +08:00
parent ea477914a6
commit 4c7ca7215e
11 changed files with 16326 additions and 13880 deletions
+14
View File
@@ -0,0 +1,14 @@
/*
* FFT.h
*
* Created on: 2021年8月22日
* Author: wuwenfeng
*/
#ifndef FFT_H_
#define FFT_H_
#include "main.h"
#endif /* FFT_H_ */