-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1b6b10a
commit 994ce9a
Showing
1 changed file
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
# CaravanPi | ||
System for measuring and displaying various values in caravans and motor homes, including climate values, filling levels and levelling data. Magic Mirror is used for presentation. | ||
|
||
## defaults | ||
## Shutdown Pi through a tactile switch | ||
|
||
To switch off the Raspberry Pi I use a tactile swith and the script published at heise.de. By the skillful choice of the GPIO pin 5 the button can switch the Pi on again. | ||
|
||
(https://www.heise.de/ct/hotline/Ein-Ausschalter-fuer-Raspberry-Pi-und-Raspi-Zero-3892620.html?wt_mc=print.ct.2017.25.150#zsdb-article-links) | ||
|
||
Since GPIO pin 5 is also needed for the I2C bus, an additional transistor is necessary. | ||
|