first commit

This commit is contained in:
Jérôme Delacotte
2025-03-06 11:15:32 +01:00
commit 7b30d6e298
5276 changed files with 2108927 additions and 0 deletions

12
ESP8266_DOMOTICZ_BMP180/Pins.h Executable file
View File

@@ -0,0 +1,12 @@
#ifndef Pins_h
#define Pins_h
#include <Arduino.h>
//#define SDA D2
//#define SCL D1
//#define PIN_ALIM_DS D3
//
#define PIN_LUM A0
#endif