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
19
24namespace m5 {
25
30namespace unit {
31
32using UnitHEART [[deprecated("Please use UnitHeart")]] = m5::unit::UnitMAX30100;
33
34using UnitHeart = m5::unit::UnitMAX30100;
35using HatHeart = m5::unit::UnitMAX30102;
36
37} // namespace unit
38} // namespace m5
39
40#endif
Pulse oximetry and heart-rate sensor.
Pulse oximetry and heart-rate sensor.
Top level namespace of M5stack.
Unit-related namespace.
Calculate BPM and SpO2.
MAX30100 Unit for M5UnitUnified.
MAX30102 Unit for M5UnitUnified.