Terminato gertione driver e implementato prima versione beta del driver spb16ch
This commit is contained in:
4
drv/sample/config.include.sh
Normal file
4
drv/sample/config.include.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#
|
||||
# File di configurazione del driver
|
||||
#
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
#
|
||||
# Inizializza i rele che gestiscono l'alimentazione per le valvole bistabili
|
||||
#
|
||||
# $1 identificativo relè 1
|
||||
# $2 identificativo relè 2
|
||||
# $1 identificativo relè
|
||||
#
|
||||
function drv_sample_supply_bistable_init {
|
||||
|
||||
@@ -13,8 +12,7 @@ function drv_sample_supply_bistable_init {
|
||||
#
|
||||
# Imposta l'alimentazione delle elettrovalvole con voltaggio positivo
|
||||
#
|
||||
# $1 identificativo relè 1
|
||||
# $2 identificativo relè 2
|
||||
# $1 identificativo relè
|
||||
#
|
||||
function drv_sample_supply_positive {
|
||||
|
||||
@@ -25,8 +23,7 @@ function drv_sample_supply_positive {
|
||||
#
|
||||
# Imposta l'alimentazione delle elettrovalvole con voltaggio negativo
|
||||
#
|
||||
# $1 identificativo relè 1
|
||||
# $2 identificativo relè 2
|
||||
# $1 identificativo relè
|
||||
#
|
||||
function drv_sample_supply_negative {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user