The Audiophonics extension was removed as it had some old wiring pi
libraries built in.   There is a script in the tc home directory that
should replace it just fine.   pcp-powerbutton.sh.   But in most cases
the two overlays that Ronnie mentioned work great too.

Active Hi means the input shows active when there is 3.3 volts applied
to the pin, Active Low means the input shows active when the pin is
grounded to 0v. 

The Pull Up/Down/Off is setting and internal resistor on the rpi board. 
If I have a button that shorts a gpio pin to ground, and it is set
Active Low.  When the button is released, you need a way to get the pin
driven back to 3.3v, thus you would set the PullUp Resistor on that
GPIO.   Pull Down works exactly opposite.  Off would mean no internal
pulls.....this would be used if your driving a pin with a transistor or
other electronics.

So in Most cases:  You want to set Active Hi, Pull Down    <or>   Active
Low, Pull Up.



piCorePlayer a small player for the Raspberry Pi in RAM. 
Homepage: https://www.picoreplayer.org

Please 'donate'
(https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted)
if you like the piCorePlayer
------------------------------------------------------------------------
paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858
View this thread: http://forums.slimdevices.com/showthread.php?t=110642

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to