├── README.md ├── gardener.py └── requirements.txt /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackerShackOfficial/Automated-Gardener/HEAD/README.md -------------------------------------------------------------------------------- /gardener.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HackerShackOfficial/Automated-Gardener/HEAD/gardener.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | schedule 2 | rpi.gpio 3 | --------------------------------------------------------------------------------