esp32 temperature node

This commit is contained in:
2025-10-04 05:29:53 -04:00
parent 4f6d9aeebf
commit a19d25fa94

View File

@@ -1,3 +1,7 @@
/*
Configuration variables with values
*/
#define SDA_PIN 21
#define SCL_PIN 22
#define I2C_FREQ_HZ 100000