Archived
1
0

Compare commits

..

15 Commits

Author SHA1 Message Date
Shaun Setlock
01501e0122 Consolidating requirements. 2025-04-26 22:10:26 -04:00
Shaun Setlock
ab98aafb3d Relocating requirements.txt to project root. 2025-04-26 22:07:12 -04:00
Shaun Setlock
8696eed686 Relocating requirements.txt to project root. 2025-04-26 22:06:51 -04:00
Shaun Setlock
3dc11546ac Working automatic mode.No DB stuff yet. 2021-11-12 15:23:57 -05:00
Shaun Setlock
266204d9ce Pushing some work on automatic mode. 2021-11-12 13:55:45 -05:00
Shaun Setlock
519a691153 Starting to work on functional description. 2021-11-06 21:10:28 -04:00
Shaun Setlock
16ea5fc721 Wrote working manual mode script. 2021-11-06 19:06:43 -04:00
Shaun Setlock
ac33a188ce Merge branch 'master' of ssh://gitea.setlock.xyz:2222/shaun/garden 2021-11-06 16:59:29 -04:00
Shaun Setlock
1ff3c3f344 Updating sample scripts to use final pin assignments. 2021-11-06 16:54:38 -04:00
Shaun Setlock
1322637fef Some working db writer code. 2021-10-23 07:47:59 -04:00
Shaun Setlock
fbdc9ca21e Starting code for writing to Postgres db. 2021-10-22 21:14:45 -04:00
Shaun Setlock
da19ff647e Minor changes to variable naming in pb.py 2021-10-18 20:22:07 -04:00
Shaun Setlock
cf0630edb3 Fixing date in DHT22 print formatting. 2021-10-18 15:53:27 -04:00
Shaun Setlock
30251525a5 Adding relay output test program. 2021-10-17 20:55:25 -04:00
Shaun Setlock
54ec983e05 Initial commit. Includes DHT22 and PushButton. 2021-10-17 12:54:25 -04:00
3 changed files with 0 additions and 49 deletions

View File

@@ -1,23 +0,0 @@
Adafruit-Blinka==6.15.0
adafruit-circuitpython-dht==3.6.2
Adafruit-DHT==1.4.0
Adafruit-PlatformDetect==3.16.0
Adafruit-PureIO==1.1.9
black==21.9b0
click==8.0.3
importlib-metadata==4.8.1
mypy-extensions==0.4.3
pathspec==0.9.0
pkg-resources==0.0.0
platformdirs==2.4.0
pyftdi==0.53.3
pyserial==3.5
pyusb==1.2.1
regex==2021.10.8
rpi-ws281x==4.3.0
RPi.GPIO==0.7.0
sysv-ipc==1.1.0
tomli==1.2.1
typed-ast==1.4.3
typing-extensions==3.10.0.2
zipp==3.6.0

View File

@@ -1,13 +0,0 @@
black==21.9b0
click==8.0.3
importlib-metadata==4.8.1
mypy-extensions==0.4.3
pathspec==0.9.0
pkg-resources==0.0.0
platformdirs==2.4.0
regex==2021.10.8
RPi.GPIO==0.7.0
tomli==1.2.1
typed-ast==1.4.3
typing-extensions==3.10.0.2
zipp==3.6.0

View File

@@ -1,13 +0,0 @@
black==21.9b0
click==8.0.3
importlib-metadata==4.8.1
mypy-extensions==0.4.3
pathspec==0.9.0
pkg-resources==0.0.0
platformdirs==2.4.0
regex==2021.10.8
RPi.GPIO==0.7.0
tomli==1.2.1
typed-ast==1.4.3
typing-extensions==3.10.0.2
zipp==3.6.0