ESPHome  2024.7.2
abstract_aqi_calculator.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <cstdint>
4 
5 namespace esphome {
6 namespace 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
Implementation of SPI Controller mode.
Definition: a01nyub.cpp:7