From f8887251a7dd158490c7bcb3ba4cd7757fb7f2f7 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 29 Apr 2019 10:20:40 -0400 Subject: temperature sensor draft --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cdfb395..7653660 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ CFLAGS = -mmcu=msp430g2553 -std=gnu99 \ -Os CSRC = board.c \ + i2c/i2c.c \ + temp.c \ main.c COBJ = $(patsubst %.c, %.o, $(CSRC)) -- cgit v1.2.3