I am trying to add some normaly open push buttons to my piCorePlayer to
control play, pause, skip track and so on.

When I push the button for pause I want to send the pause LMS command
using the controls.cgi script:
track_next)
pcp_lms_next
;;
track_prev)
pcp_lms_prev
;;
play)
pcp_lms_play
;;
pause)
pcp_lms_pause

Can anyone help me with how I can detect a change on GPIO pins using the
piCorePlayer dist?

Thanx in advance.


------------------------------------------------------------------------
Erik Sjödin's Profile: http://forums.slimdevices.com/member.php?userid=64255
View this thread: http://forums.slimdevices.com/showthread.php?t=97803

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

Reply via email to