first commit

This commit is contained in:
stuce-bot 2025-06-30 20:47:33 +02:00
commit 5893b00dd2
1669 changed files with 1982740 additions and 0 deletions

View file

@ -0,0 +1,16 @@
#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