├── LICENSE ├── README.md ├── schematic ├── schematic.fzz └── schematic.png ├── shift_register_switch.h └── sprinkler_system.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfhostedhome/smart-sprinkler/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfhostedhome/smart-sprinkler/HEAD/README.md -------------------------------------------------------------------------------- /schematic/schematic.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfhostedhome/smart-sprinkler/HEAD/schematic/schematic.fzz -------------------------------------------------------------------------------- /schematic/schematic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfhostedhome/smart-sprinkler/HEAD/schematic/schematic.png -------------------------------------------------------------------------------- /shift_register_switch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfhostedhome/smart-sprinkler/HEAD/shift_register_switch.h -------------------------------------------------------------------------------- /sprinkler_system.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/selfhostedhome/smart-sprinkler/HEAD/sprinkler_system.yaml --------------------------------------------------------------------------------