#if defined(M5_UNIT_UNIFIED_ENV_HPP) #error "DO NOT USE it at the same time as M5UnitUnified libraries" #endif #ifndef _M5_UNIT_ENV_H_ #define _M5_UNIT_ENV_H_ #include "Arduino.h" #include "DHT12.h" #include "QMP6988.h" #include "SHT3X.h" #include "SHT4X.h" #include "BMP280.h" #include "SCD4X.h" #endif