File:  [ELWIX - Embedded LightWeight unIX -] / embedtools / etc / pceng.conf
Revision 1.1.2.3: download - view: text, annotated - select for diffs - revision graph
Fri Jul 29 12:12:40 2011 UTC (12 years, 11 months ago) by misho
Branches: tools1_1
added watchdog for gpio pins

    1: # Sample config for elwix distribution
    2: #
    3: # $Id: pceng.conf,v 1.1.2.3 2011/07/29 12:12:40 misho Exp $
    4: 
    5: [pceng]
    6: # Board model may be wrap | alix
    7: board = alix
    8: 
    9: [event]
   10: # When button event detected execute program <seconds_pressed>
   11: button_exec = /etc/pceng/button.sh 
   12: # When button is pressed waited to release and return count of reached slices 
   13: #   (button_slice is in mS)
   14: button_slice = 100
   15: # When LED changed state to (on == 1) | (off == 0) detected exec program <0|1>
   16: led_exec = /etc/pceng/led.sh

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