Make driver nodes mutable and regen

This commit is contained in:
Douglas Clowes
2014-06-17 15:45:03 +10:00
parent 6ce8d3d577
commit 171342c97e
5 changed files with 11 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ driver omron_hldc = {
var distance = {
readable = 1;
type = float;
mutable = true;
read_function = read_mm;
read_command = '0201C02030008001';
}