Subversion Repositories HomeAutomation

Rev

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

Rev 1184 Rev 1240
Line 18... Line 18...
18
#PIN_6 = EXP_xx
18
#PIN_6 = EXP_xx
19
#PIN_7 = EXP_xx
19
#PIN_7 = EXP_xx
20
 
20
 
21
#the maximum of supported channels, must be set to x+1 when the highest PIN is PIN_x
21
#the maximum of supported channels, must be set to x+1 when the highest PIN is PIN_x
22
NUMBEROFCHANNELS = 8
22
NUMBEROFCHANNELS = 8
23
 
-
 
24
#Uncomment to use the pcint driver
-
 
25
#act_softPWM_DUMMY_PCINT=<PCINT>
-
 
26
 
23
 
27
## End section act_softPWM -- Do not edit this line
24
## End section act_softPWM -- Do not edit this line