Remove arduino dependency from hm3301 (#2745)

This commit is contained in:
Martin
2021-11-17 20:03:46 +01:00
committed by GitHub
parent 6f9439e1bc
commit 8267f01ccd
8 changed files with 11 additions and 40 deletions
@@ -1,6 +1,5 @@
#pragma once
#ifdef USE_ARDUINO
#include <cstdint>
namespace esphome {
@@ -13,5 +12,3 @@ class AbstractAQICalculator {
} // namespace hm3301
} // namespace esphome
#endif // USE_ARDUINO