Initial commit of pcsensor v. 1.0.1

This commit is contained in:
Peter Farsinsen 2012-09-13 20:03:51 +02:00
commit 1fc407cac0
4 changed files with 463 additions and 0 deletions

12
Makefile Normal file
View file

@ -0,0 +1,12 @@
all: pcsensor
CFLAGS = -O2 -Wall
pcsensor: pcsensor.c
${CC} -DUNIT_TEST -o $@ $^ -lusb
clean:
rm -f pcsensor *.o
rules-install: # must be superuser to do this
cp 99-tempsensor.rules /etc/udev/rules.d