Merge pull request #15 from Howchoo/feature/documentation
Feature/documentation
This commit is contained in:
commit
14fa0aee36
|
@ -13,3 +13,11 @@ Scripts used in our official [Raspberry Pi power button guide](https://howchoo.c
|
||||||
If you need to uninstall the power button script in order to use GPIO3 for another project or something:
|
If you need to uninstall the power button script in order to use GPIO3 for another project or something:
|
||||||
|
|
||||||
1. Run the uninstall script: `./pi-power-button/script/uninstall`
|
1. Run the uninstall script: `./pi-power-button/script/uninstall`
|
||||||
|
|
||||||
|
## Hardware
|
||||||
|
|
||||||
|
A full list of what you'll need can be found [here](https://howchoo.com/g/mwnlytk3zmm/how-to-add-a-power-button-to-your-raspberry-pi#parts-list). At a minimum, you'll need a normally-open (NO) power button, some jumper wires, and a soldering iron. If you _don't_ have a soldering iron or don't feel like breaking it out, you can use [this prebuilt button](https://howchoo.com/shop/product/prebuilt-raspberry-pi-power-button) instead.
|
||||||
|
|
||||||
|
Connect the power button to Pin 5 (SCL) and Pi 6 (GND) as shown in this diagram:
|
||||||
|
|
||||||
|
![Connection Diagram](https://raw.githubusercontent.com/Howchoo/pi-power-button/master/diagrams/pinout.png)
|
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 56 KiB |
Loading…
Reference in New Issue