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