M5Unit-RFID 0.0.1 git rev:d8076ed
Loading...
Searching...
No Matches
M5UnitUnifiedRFID.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_UNIFIED_RFID_HPP
14#define M5_UNIT_UNIFIED_RFID_HPP
15
16#include <M5UnitUnifiedNFC.hpp> // depends on M5Unit-NFC
17#include "unit/unit_MFRC522.hpp"
18#include "unit/unit_WS1850S.hpp"
19
24namespace m5 {
25
30namespace unit {
31
36
37} // namespace unit
38} // namespace m5
39#endif
Radio frequency identification unit.
Definition unit_MFRC522.hpp:89
Radio frequency identification unit.
Definition unit_WS1850S.hpp:23
Top level namespace of M5Stack.
Unit-related namespace.
MFRC522 Unit for M5UnitUnified.
WS1850S Unit for M5UnitUnified.