Subversion Repositories HomeAutomation

Rev

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

Rev 1240 Rev 1370
Line 5... Line 5...
5
 
5
 
6
act_softPWM_ID=<ID>
6
act_softPWM_ID=<ID>
7
#act_softPWM_DUMMY=1
7
#act_softPWM_DUMMY=1
8
act_softPWM_TIMER=<TIMER>
8
act_softPWM_TIMER=<TIMER>
9
act_softPWM_SEND_TIMER=<TIMER>
9
act_softPWM_SEND_TIMER=<TIMER>
-
 
10
 
-
 
11
# set this to the number sent messages from this module
-
 
12
# that must be sent without any update to the pwm value
-
 
13
# before the output shall turn off.
-
 
14
# set it to 0 to deactivate this feature
-
 
15
act_softPWM_ACTIVATE_AUTOOFF=20;
-
 
16
 
10
 
17
 
11
#use up to 8 channels, but do it in order, otherwice there will be problems setting the correct values over CAN
18
#use up to 8 channels, but do it in order, otherwice there will be problems setting the correct values over CAN
12
PIN_0 = EXP_C
19
PIN_0 = EXP_C
13
PIN_1 = EXP_E
20
PIN_1 = EXP_E
14
PIN_2 = EXP_H
21
PIN_2 = EXP_H
Line 18... Line 25...
18
#PIN_6 = EXP_xx
25
#PIN_6 = EXP_xx
19
#PIN_7 = EXP_xx
26
#PIN_7 = EXP_xx
20
 
27
 
21
#the maximum of supported channels, must be set to x+1 when the highest PIN is PIN_x
28
#the maximum of supported channels, must be set to x+1 when the highest PIN is PIN_x
22
NUMBEROFCHANNELS = 8
29
NUMBEROFCHANNELS = 8
-
 
30
 
-
 
31
#Uncomment to use the pcint driver
-
 
32
#act_softPWM_DUMMY_PCINT=<PCINT>
23
 
33
 
24
## End section act_softPWM -- Do not edit this line
34
## End section act_softPWM -- Do not edit this line