File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / etc / pceng.conf
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sun Jul 22 22:46:46 2012 UTC (11 years, 9 months ago) by misho
Branches: MAIN
CVS tags: tools3_0, tools2_9, tools2_8, tools2_7, tools2_6, tools2_5, tools2_4, tools2_3, tools2_2, tools2_1, tools2_0, tools1_2, TOOLS2_9, TOOLS2_8, TOOLS2_7, TOOLS2_6, TOOLS2_5, TOOLS2_4, TOOLS2_3, TOOLS2_2, TOOLS2_1, TOOLS2_0, TOOLS1_2, TOOLS1_1, HEAD
version 1.1

# Sample config for elwix distribution
#
# $Id: pceng.conf,v 1.2 2012/07/22 22:46:46 misho Exp $

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

[event]
# When button event detected execute program <numslices_pressed>
button_exec = /etc/pceng/button.sh 
# When button is pressed waited to release and return count of reached slices 
#   (button_slice is in mS)
button_slice = 1000
# 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>