commit | 863b9246dd43464da91ec789deaa42d15c45f84d | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Mar 08 08:29:23 2018 -0800 |
committer | Patrick Venture <venture@google.com> | Thu Mar 08 08:29:59 2018 -0800 |
tree | 3865e012d91ad15f5b16590e6cdb1138cb271a1f | |
parent | d80121817bb771b305f1db6aacc3ad71611a3e58 [diff] [blame] |
Sensor Objects This includes all the sensor objects including a few implementations, including dbus and sysfs sensors. Change-Id: I9897c79f9fd463f00f0e02aeb6c32ffa89635dbe Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/dbus/README b/dbus/README new file mode 100644 index 0000000..dd079d8 --- /dev/null +++ b/dbus/README
@@ -0,0 +1,7 @@ +# DbusPassive + +These sensors wait for their updates. + +# DbusActive + +These sensors reach out for their value.