add SHT3X support / new smaller SHT2X (V2)
[owSlave2.git] / DS2438_SHT2X / Makefile
index 89a88a8..f7edcf0 100644 (file)
@@ -8,7 +8,7 @@
 MCU = attiny84
 FORMAT = ihex
 TARGET =DS2438_SHT2X
-SRC = ../common/calibr.c ../common/I2C/SHT2x.c ../common/I2C/USI_TWI_Master.c DS2438_SHT2X.c
+SRC = ../common/calibr.c ../common/I2C/SHT2xV2.c ../common/I2C/USI_TWI_Master.c DS2438_SHT2X.c
 ASRC = ../common/OWDS2438.S
 
 # Name of this Makefile (used for "make depend").