mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
$readingFnAttributes added
git-svn-id: https://svn.fhem.de/fhem/trunk@4701 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
741617be66
commit
0dbf0df172
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user