Terminato gertione driver e implementato prima versione beta del driver spb16ch
This commit is contained in:
13
drv/spb16ch/init.include.sh
Normal file
13
drv/spb16ch/init.include.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#
|
||||
# Questa funzione viene inviocata dalla funzione "init" di piGarden se sono presenti elettrovalvole o sensori che utilizzano questo driver
|
||||
#
|
||||
function drv_spb16ch_init {
|
||||
|
||||
$DIR_SCRIPT/drv/spb16ch/scripts/mux_channel.py 72 0
|
||||
$DIR_SCRIPT/drv/spb16ch/scripts/gpo_init.py 25 255 0
|
||||
$DIR_SCRIPT/drv/spb16ch/scripts/mux_channel.py 72 1
|
||||
$DIR_SCRIPT/drv/spb16ch/scripts/gpo_init.py 25 255 0
|
||||
$DIR_SCRIPT/drv/spb16ch/scripts/mux_channel.py 72 0
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user