Tell which pins were used.

This commit is contained in:
Josh Mudge 2018-05-10 17:01:45 -06:00
parent 48b8c8b8f2
commit bc5d4648f9
1 changed files with 4 additions and 0 deletions

View File

@ -90,6 +90,10 @@ so for enabling PG7 that is pin 40 on the physical header can be used
Then you can run `echo "1" >/sys/class/gpio/gpio2/value` to turn it on and `echo "0" >/sys/class/gpio/gpio2/value` to turn it off. Then you can run `echo "1" >/sys/class/gpio/gpio2/value` to turn it on and `echo "0" >/sys/class/gpio/gpio2/value` to turn it off.
You need to use a VCC3 pin and an IO pin for this. Refer to this diagram (Page 15): http://linux-sunxi.org/images/7/7e/ORANGE_PI-ONE-V1_1.pdf
I used pin 2 for VCC3 and pin 22 for IO.
https://stackoverflow.com/questions/46463724/accessing-gpio-on-orangepi-pc-plus-h3-on-armbian-3-4-113-and-newer https://stackoverflow.com/questions/46463724/accessing-gpio-on-orangepi-pc-plus-h3-on-armbian-3-4-113-and-newer
https://diyprojects.io/orange-pi-onelite-tutorial-use-gpio-python-pinouts/ https://diyprojects.io/orange-pi-onelite-tutorial-use-gpio-python-pinouts/