Subversion Repositories HomeAutomation

Rev

Rev 1394 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | SVN | RSS feed

Rev 1394 Rev 1756
Line 2... Line 2...
2
 
2
 
3
#Uncomment the line below if you want to use EEPROM with this module, dont forget to also uncomment the line in sources.list
3
#Uncomment the line below if you want to use EEPROM with this module, dont forget to also uncomment the line in sources.list
4
act_softPWM_USEEEPROM=1
4
act_softPWM_USEEEPROM=1
5
 
5
 
6
act_softPWM_ID=<ID>
6
act_softPWM_ID=<ID>
7
#act_softPWM_DUMMY=1
-
 
8
act_softPWM_TIMER=<TIMER>
7
act_softPWM_TIMER=<TIMER>
9
act_softPWM_SEND_TIMER=<TIMER>
8
act_softPWM_SEND_TIMER=<TIMER>
10
 
9
 
11
# set this to the number sent messages from this module
10
# set this to the number sent messages from this module
12
# that must be sent without any update to the pwm value
11
# that must be sent without any update to the pwm value
Line 35... Line 34...
35
 
34
 
36
 
35
 
37
 
36
 
38
#the maximum of supported channels, must be set to x+1 when the highest PIN is PIN_x
37
#the maximum of supported channels, must be set to x+1 when the highest PIN is PIN_x
39
NUMBEROFCHANNELS = 3
38
NUMBEROFCHANNELS = 3
40
 
-
 
41
#Uncomment to use the pcint driver
-
 
42
#act_softPWM_DUMMY_PCINT=<PCINT>
-
 
43
 
39
 
44
## End section act_softPWM -- Do not edit this line
40
## End section act_softPWM -- Do not edit this line