herosdevices.core.bus.onewire ============================= .. py:module:: herosdevices.core.bus.onewire .. autoapi-nested-parse:: This module provides a class for managing OneWire connections. Module Contents --------------- .. py:class:: OneWire(device_id: str, sysfs_path: str = '/sys/bus/w1/') A read-only Onewire driver that relies on the Linux kernel w1 driver. Linux exposes onewire devices in sysfs. This driver can read the sysfs files as they are specified in the :param sensors: list. .. py:attribute:: sysfs_path