--- embedtools/etc/pceng.conf 2011/07/22 13:35:06 1.1 +++ embedtools/etc/pceng.conf 2012/07/22 22:46:46 1.2 @@ -0,0 +1,16 @@ +# 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 +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