This commit is contained in:
2018-12-23 18:53:54 +03:00
commit c185c20a79
19 changed files with 984 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
dht22: *.c
g++ -fpermissive -Wno-write-strings -o dht22 *.c
install: dht22
sudo cp dht22 /usr/local/bin/
sudo chown root /usr/local/bin/dht22
sudo chmod u+s /usr/local/bin/dht22