ESPHome 2026.6.0-dev
Loading...
Searching...
No Matches
hrxl_maxsonar_wr.h
Go to the documentation of this file.
1#pragma once
2
6
8
10 public:
11 // Nothing really public.
12
13 // ========== INTERNAL METHODS ==========
14 void loop() override;
15 void dump_config() override;
16
17 protected:
18 void check_buffer_();
19
20 std::string buffer_;
21};
22
23} // namespace esphome::hrxl_maxsonar_wr
void loop() override
HRXL sensors output the format "R1234\r" at 6Hz The 1234 means 1234mm XL sensors output the format "R...
Base-class for all sensors.
Definition sensor.h:47