ESPHome  2024.4.1
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
This is a workaround until we can figure out a way to get the tflite-micro idf component code availab...
Definition: a01nyub.cpp:7