Compare commits

..

20 Commits

Author SHA1 Message Date
13863a706d
Updated method to run shell script 2024-10-07 02:13:59 +05:30
f9b83decd7
removed exit at the end to keep source activated 2024-10-07 02:13:59 +05:30
ed83b054cb
removed digitalio, changed output after running blinka test file and changed final command. 2024-10-07 02:13:59 +05:30
602f274a9a
Removed PIN variables. 2024-10-07 02:13:59 +05:30
dfe54c8b9a
fixed DPIN variable 2024-10-07 02:13:58 +05:30
ee9c946a01
removed libgpiod from pip3 install and changed chmod perms 2024-10-07 02:13:58 +05:30
9b5b9e7687
removed if statements, line 93, 96, 99 2024-10-07 02:13:58 +05:30
d3f96b0a6b
Added blinka test file for testing blinka. 2024-10-07 02:13:58 +05:30
0160ef6e97
Removed requirement for raspi-blinka.py 2024-10-07 02:13:58 +05:30
05ec62caba
Added blinka test file. 2024-10-07 02:13:58 +05:30
1d7ae2484d
Add in source 2024-10-07 02:13:57 +05:30
b8742e6cdb
Running raspi-blinka.py as sudo 2024-10-07 02:13:57 +05:30
e15f80d0c6
The script now copies raspi-blinka.py and temp-calc.py file to temp-sensor folder created in desktop. 2024-10-07 02:13:57 +05:30
25d26828f6
Added execution permissions to .py files. 2024-10-07 02:13:57 +05:30
7fad4c4101
Added auto yes in apt install git 2024-10-07 02:13:57 +05:30
626c77449f
Specified PIN 16 and added some comments. 2024-10-07 02:13:56 +05:30
64068215f5
Added unchanged temp-calc.py 2024-10-07 02:13:56 +05:30
d240da762b
Added link for main doc in guides file 2024-10-07 02:13:56 +05:30
29d717a922
Fixed note in README 2024-10-07 02:13:56 +05:30
1264e6d13e
Added reference for requirements and license 2024-10-07 02:13:53 +05:30

View File

@ -74,6 +74,6 @@ pip install dht11 setuptools RPi.GPIO
### 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).
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).
---