$readingFnAttributes added
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@4701 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -33,7 +33,8 @@ sub RPI_GPIO_Initialize($) {
|
||||
" direction:input,output pud_resistor:off,up,down" .
|
||||
" interrupt:none,falling,rising,both" .
|
||||
" toggletostate:no,yes active_low:no,yes" .
|
||||
" debounce_in_ms restoreOnStartup:no,yes";
|
||||
" debounce_in_ms restoreOnStartup:no,yes " .
|
||||
"$readingFnAttributes";
|
||||
}
|
||||
|
||||
my $gpiodir = "/sys/class/gpio"; #GPIO base directory
|
||||
|
||||
Reference in New Issue
Block a user