Compare commits

..

20 Commits

Author SHA1 Message Date
b5499a11dd
Updated method to run shell script 2024-10-07 02:12:56 +05:30
6f134a6795
removed exit at the end to keep source activated 2024-10-07 02:12:56 +05:30
64f71f4af5
removed digitalio, changed output after running blinka test file and changed final command. 2024-10-07 02:12:56 +05:30
0672904e41
Removed PIN variables. 2024-10-07 02:12:55 +05:30
73c967ed31
fixed DPIN variable 2024-10-07 02:12:55 +05:30
8be043a952
removed libgpiod from pip3 install and changed chmod perms 2024-10-07 02:12:55 +05:30
2c4991c56e
removed if statements, line 93, 96, 99 2024-10-07 02:12:55 +05:30
eb722fe6f1
Added blinka test file for testing blinka. 2024-10-07 02:12:55 +05:30
03aab911cf
Removed requirement for raspi-blinka.py 2024-10-07 02:12:55 +05:30
9d6f734097
Added blinka test file. 2024-10-07 02:12:54 +05:30
d8afb80753
Add in source 2024-10-07 02:12:54 +05:30
e8d4b9b182
Running raspi-blinka.py as sudo 2024-10-07 02:12:54 +05:30
0c2680cacc
The script now copies raspi-blinka.py and temp-calc.py file to temp-sensor folder created in desktop. 2024-10-07 02:12:54 +05:30
494ae4cfe3
Added execution permissions to .py files. 2024-10-07 02:12:54 +05:30
0ce38a43c7
Added auto yes in apt install git 2024-10-07 02:12:54 +05:30
e5ccca5640
Specified PIN 16 and added some comments. 2024-10-07 02:12:53 +05:30
e3f9059627
Added unchanged temp-calc.py 2024-10-07 02:12:53 +05:30
454656ef85
Added link for main doc in guides file 2024-10-07 02:12:53 +05:30
bc64e3600c
Fixed note in README 2024-10-07 02:12:53 +05:30
ae254fd517
Added reference for requirements and license 2024-10-07 02:12:53 +05:30

View File

@ -74,6 +74,6 @@ pip install dht11 setuptools RPi.GPIO
### License ### License
This project is licensed under the terms of the MIT license. Read the license [here](https://git.kska.io/notkshitij/DHT11/src/branch/main/LICENSE.txt). This project is licensed under the terms of the MIT license. Read the license [here](https://git.kska.io/notkshitij/DHT11/src/branch/main/LICENSE).
--- ---