|
M5Unit-RFID 0.2.0 git rev:79c1939
|
Base class for UHF-RFID reader units. More...
#include <memory>#include <vector>#include <M5UnitComponent.hpp>#include <m5_utility/container/circular_buffer.hpp>#include <m5_utility/stl/expected.hpp>#include "uhf/uhf.hpp"Go to the source code of this file.
Classes | |
| class | m5::unit::UHFRFIDComponent |
| Non-instantiable base class for UHF-RFID reader units. More... | |
| struct | m5::unit::UHFRFIDComponent::config_t |
| Settings for begin. More... | |
Namespaces | |
| namespace | m5 |
| Top level namespace of M5Stack. | |
Typedefs | |
| using | m5::unit::TagResult = m5::stl::expected<void, uint8_t> |
| What became of an operation on a tag. | |
Base class for UHF-RFID reader units.
| using m5::unit::TagResult = m5::stl::expected<void, uint8_t> |
What became of an operation on a tag.
Nothing on success. On failure the error code the reader reported, whose meaning is the reader's own; classify() is what turns it into something a caller can act on