ESPHome 2025.5.0
Loading...
Searching...
No Matches
a02yyuw.h
Go to the documentation of this file.
1#pragma once
2
3#include <vector>
4
8
9namespace esphome {
10namespace a02yyuw {
11
13 public:
14 // Nothing really public.
15
16 // ========== INTERNAL METHODS ==========
17 void loop() override;
18 void dump_config() override;
19
20 protected:
21 void check_buffer_();
22
23 std::vector<uint8_t> buffer_;
24};
25
26} // namespace a02yyuw
27} // namespace esphome
std::vector< uint8_t > buffer_
Definition a02yyuw.h:23
Base-class for all sensors.
Definition sensor.h:57
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7