Variato emissione log chiamate alle callback dei driver

This commit is contained in:
lejubila
2017-08-16 16:37:35 +02:00
parent 317781e217
commit 2056b30be0
6 changed files with 34 additions and 19 deletions

View File

@@ -6,7 +6,8 @@
#
function drv_sample_supply_bistable_init {
echo "$(date) drv_sample_supply_bistable_init $1 $2" >> /tmp/piGarden.drv.sample
local FOO="bar"
}
#
@@ -17,7 +18,7 @@ function drv_sample_supply_bistable_init {
#
function drv_sample_supply_positive {
echo "$(date) drv_sample_supply_positive $1 $2" >> /tmp/piGarden.drv.sample
local FOO="bar"
}
@@ -29,7 +30,7 @@ function drv_sample_supply_positive {
#
function drv_sample_supply_negative {
echo "$(date) drv_sample_supply_negative $1 $2" >> /tmp/piGarden.drv.sample
local FOO="bar"
}