File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / etc / pceng.conf
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Fri Jul 22 14:45:30 2011 UTC (12 years, 10 months ago) by misho
Branches: tools1_1
added script for handling states

# Sample config for elwix distribution
#
# $Id: pceng.conf,v 1.1.2.2 2011/07/22 14:45:30 misho Exp $

[pceng]
# Board model may be wrap | alix
board = alix

[event]
# When button event detected execute program <seconds_pressed>
button_exec = /etc/pceng/button.sh 
# When LED changed state to (on == 1) | (off == 0) detected exec program <0|1>
led_exec = /etc/pceng/led.sh

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>