M5Unit-RFID 0.0.2 git rev:1dc8f67
Loading...
Searching...
No Matches
pn512_register.hpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2026 M5Stack Technology CO LTD
3 *
4 * SPDX-License-Identifier: MIT
5 */
16#ifndef M5_UNIT_RFID_PN512_REGISTER_HPP
17#define M5_UNIT_RFID_PN512_REGISTER_HPP
18
19#include <cstdint>
20
21namespace m5 {
22namespace unit {
27namespace pn512 {
28
30constexpr uint8_t TYPE_B_REG{0x1E};
31
32} // namespace pn512
33} // namespace unit
34} // namespace m5
35
36#endif
Top level namespace of M5Stack.
PN512-specific register addresses (NFC-B / NFC-F extensions)
Unit-related namespace.
constexpr uint8_t TYPE_B_REG
TypeBReg (Page 1 address 0xE, accessed as 0x1E): EOFSOFWidth, TxEGT, EOFSOFAdjust.
Definition pn512_register.hpp:30