Compare commits

..

22 Commits

Author SHA1 Message Date
215aabc1d2
Updated method to run shell script 2024-10-07 02:06:20 +05:30
b4c43de597
removed exit at the end to keep source activated 2024-10-07 02:03:37 +05:30
a11eaf5c29
removed digitalio, changed output after running blinka test file and changed final command. 2024-10-07 01:54:26 +05:30
6c3aef527c
Removed PIN variables. 2024-10-07 01:52:09 +05:30
d7debe9f7c
fixed DPIN variable 2024-10-07 01:41:22 +05:30
258572a5d9
removed libgpiod from pip3 install and changed chmod perms 2024-10-07 01:40:00 +05:30
265237d2a2
removed if statements, line 93, 96, 99 2024-10-07 01:32:09 +05:30
12fe7e1cea
Added blinka test file for testing blinka. 2024-10-07 01:23:24 +05:30
9820090acf
Removed requirement for raspi-blinka.py 2024-10-07 01:18:08 +05:30
2a074822bc
Added blinka test file. 2024-10-07 01:14:59 +05:30
4fce8d2c0c
Add in source 2024-10-07 01:03:57 +05:30
8a9b820b20
Running raspi-blinka.py as sudo 2024-10-07 01:01:39 +05:30
b24397000d
The script now copies raspi-blinka.py and temp-calc.py file to temp-sensor folder created in desktop. 2024-10-07 00:58:42 +05:30
9db33f4c98
Added execution permissions to .py files. 2024-10-07 00:50:24 +05:30
1fa0892927
Added auto yes in apt install git 2024-10-07 00:45:06 +05:30
6c71b27f3f
Specified PIN 16 and added some comments. 2024-10-07 00:43:47 +05:30
0f6cdc5ee3
Added unchanged temp-calc.py 2024-10-07 00:39:24 +05:30
6928cba57a
Added link for main doc in guides file 2024-10-07 00:38:56 +05:30
571fe59e26
Fixed note in README 2024-10-07 00:38:19 +05:30
d2411cf353
Added reference for requirements and license 2024-10-07 00:27:02 +05:30
bb77f0b3df
Added requirements file. 2024-10-07 00:24:15 +05:30
0696efb847
Added license file. 2024-10-07 00:23:23 +05:30
2 changed files with 1 additions and 1 deletions

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). 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.md).
--- ---