M5Unit-HEART
0.1.0 git rev:05c3b01
Loading...
Searching...
No Matches
M5UnitUnifiedHEART.hpp
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2024 M5Stack Technology CO LTD
3
*
4
* SPDX-License-Identifier: MIT
5
*/
13
#ifndef M5_UNIT_HEART_HPP
14
#define M5_UNIT_HEART_HPP
15
16
#include "
unit/unit_MAX30100.hpp
"
17
#include "
unit/unit_MAX30102.hpp
"
18
#include "
utility/pulse_monitor.hpp
"
19
24
namespace
m5
{
25
30
namespace
unit
{
31
32
using
UnitHEART [[deprecated(
"Please use UnitHeart"
)]] =
m5::unit::UnitMAX30100
;
33
34
using
UnitHeart =
m5::unit::UnitMAX30100
;
35
using
HatHeart =
m5::unit::UnitMAX30102
;
36
37
}
// namespace unit
38
}
// namespace m5
39
40
#endif
m5::unit::UnitMAX30100
Pulse oximetry and heart-rate sensor.
m5::unit::UnitMAX30102
Pulse oximetry and heart-rate sensor.
m5
Top level namespace of M5stack.
unit
Unit-related namespace.
pulse_monitor.hpp
Calculate BPM and SpO2.
unit_MAX30100.hpp
MAX30100 Unit for M5UnitUnified.
unit_MAX30102.hpp
MAX30102 Unit for M5UnitUnified.
src
M5UnitUnifiedHEART.hpp
Generated by
1.11.0