Subversion Repositories HomeAutomation

Rev

Rev 1505 | Rev 1528 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1505 Rev 1512
Line 21... Line 21...
21
 
21
 
22
# When the output pin has been turned off by a DIAG assertion, software can try to enable it again after a specified timeout.
22
# When the output pin has been turned off by a DIAG assertion, software can try to enable it again after a specified timeout.
23
# Set timeout to 0 to disable this mechanism.
23
# Set timeout to 0 to disable this mechanism.
24
act_protectedOutput_RETRY_TIMER=<TIMER>
24
act_protectedOutput_RETRY_TIMER=<TIMER>
25
act_protectedOutput_RETRY_TIMER_TIME_S=10
25
act_protectedOutput_RETRY_TIMER_TIME_S=10
26
 
-
 
27
# This timer polls the DIAG pin. Perhaps change this so we trigger on interrupt instead?
-
 
28
act_protectedOutput_DIAG_POLL_TIMER=<TIMER>
-
 
29
act_protectedOutput_DIAG_POLL_TIMER_TIME_MS=100
-
 
30
 
26
 
31
act_protectedOutput_ID=<ID>
27
act_protectedOutput_ID=<ID>
32
 
28
 
33
## End section act_protectedOutput -- Do not edit this line
29
## End section act_protectedOutput -- Do not edit this line