├── README.md ├── input ├── README.md.input ├── makefile └── merge-files ├── pictures ├── low_profile_switches.png ├── raspi-reset.jpg ├── raspi2.jpg ├── raspi3.jpg └── raspizero.jpg ├── python ├── shutdown-led-simple.py ├── shutdown-ledboard.py ├── shutdown-melting.py ├── shutdown-press-simple.py ├── shutdown-with-hold.py └── turn-off-power-led-warnings.py └── sounds ├── ImMeltingMelting.ogg └── NoPlaceLikeHome.ogg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/README.md -------------------------------------------------------------------------------- /input/README.md.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/input/README.md.input -------------------------------------------------------------------------------- /input/makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/input/makefile -------------------------------------------------------------------------------- /input/merge-files: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/input/merge-files -------------------------------------------------------------------------------- /pictures/low_profile_switches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/pictures/low_profile_switches.png -------------------------------------------------------------------------------- /pictures/raspi-reset.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/pictures/raspi-reset.jpg -------------------------------------------------------------------------------- /pictures/raspi2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/pictures/raspi2.jpg -------------------------------------------------------------------------------- /pictures/raspi3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/pictures/raspi3.jpg -------------------------------------------------------------------------------- /pictures/raspizero.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/pictures/raspizero.jpg -------------------------------------------------------------------------------- /python/shutdown-led-simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/python/shutdown-led-simple.py -------------------------------------------------------------------------------- /python/shutdown-ledboard.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/python/shutdown-ledboard.py -------------------------------------------------------------------------------- /python/shutdown-melting.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/python/shutdown-melting.py -------------------------------------------------------------------------------- /python/shutdown-press-simple.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/python/shutdown-press-simple.py -------------------------------------------------------------------------------- /python/shutdown-with-hold.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/python/shutdown-with-hold.py -------------------------------------------------------------------------------- /python/turn-off-power-led-warnings.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/python/turn-off-power-led-warnings.py -------------------------------------------------------------------------------- /sounds/ImMeltingMelting.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/sounds/ImMeltingMelting.ogg -------------------------------------------------------------------------------- /sounds/NoPlaceLikeHome.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/TonyLHansen/raspberry-pi-safe-off-switch/HEAD/sounds/NoPlaceLikeHome.ogg --------------------------------------------------------------------------------