ESPHome  2024.7.2
automation.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <string>
5 
6 #include "nfc.h"
7 
8 namespace esphome {
9 namespace nfc {
10 
11 class NfcOnTagTrigger : public Trigger<std::string, NfcTag> {
12  public:
13  void process(const std::unique_ptr<NfcTag> &tag);
14 };
15 
16 } // namespace nfc
17 } // namespace esphome
void process(const std::unique_ptr< NfcTag > &tag)
Definition: automation.cpp:6
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7