Compare commits

..

2 Commits

Author SHA1 Message Date
5ae0cdfc08 Remove clangd linting errors 2025-11-25 16:36:51 +01:00
03131b65f1 Adapt the project to the SCD41 sensor 2025-11-25 16:36:51 +01:00

View File

@@ -4,6 +4,8 @@
#include <SensirionI2cScd4x.h>
#include <Wire.h>
#define DHTTYPE DHT22
#define DHTPIN 4
SensirionI2cScd4x sensor;
int error;