janitoo_hostsensor_raspberry.component module
The Raspberry hardware worker
Define a node for the cpu with 3 values : temperature, frequency and voltage
http://www.maketecheasier.com/finding-raspberry-pi-system-information/
-
class
janitoo_hostsensor_raspberry.component.
HardwareCpu
(bus=None, addr=None, **kwargs)[source]
Bases: janitoo.component.JNTComponent
This class abstracts a roowifi and gives attributes for telemetry data,
as well as methods to command the robot
-
cpu_frequency
(node_uuid, index)[source]
-
cpu_temperature
(node_uuid, index)[source]
-
cpu_volt
(node_uuid, index)[source]
-
janitoo_hostsensor_raspberry.component.
make_picpu
(**kwargs)[source]