Files
Arduino/ESP8266_DOMOTICZ_BMP180/Pins.h
Jérôme Delacotte 7b30d6e298 first commit
2025-03-06 11:15:32 +01:00

13 lines
168 B
C
Executable File

#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