Added the ability to read some CPU and other temperature sensors.

This commit is contained in:
2025-02-27 05:18:45 -08:00
parent 60caeaf0ef
commit edd575042e
5 changed files with 257 additions and 17 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
.PHONY : clean debug
OBJS = evga-icx.o evga-card.o icx3.o
OBJS = evga-icx.o evga-card.o icx3.o board-sensors.o
LDLIBS = -li2c
CFLAGS = -MD
@@ -18,7 +18,7 @@ endif
evga-icx : $(OBJS)
debug : CFLAGS += -g -O0
debug : CFLAGS += -g -Og
debug : evga-icx
clean :