ESPHome 2025.5.0
Loading...
Searching...
No Matches
abstract_aqi_calculator.h
Go to the documentation of this file.
1#pragma once
2
3#include <cstdint>
4
5namespace esphome {
6namespace hm3301 {
7
9 public:
10 virtual uint16_t get_aqi(uint16_t pm2_5_value, uint16_t pm10_0_value) = 0;
11};
12
13} // namespace hm3301
14} // namespace esphome
virtual uint16_t get_aqi(uint16_t pm2_5_value, uint16_t pm10_0_value)=0
Providing packet encoding functions for exchanging data with a remote host.
Definition a01nyub.cpp:7