File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / pceng.conf
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Mon Oct 24 20:43:32 2011 UTC (12 years, 8 months ago) by misho
Branches: elwix1_5
added new configs for pceng

# Config for ELWIX distribution
#
# $Id: pceng.conf,v 1.1.2.1 2011/10/24 20:43:32 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>