pamoja.sensing

Sensing and actuation: The parts wired to a board: a thermometer that checks its own bytes, a servo pulse, and a stepper walking its coils.

Installing this distribution installs pamoja.sensors, pamoja.actuators, and re-exports each under its own name, so a name two of them share stays unambiguous.

1"""Sensing and actuation: The parts wired to a board: a thermometer that checks its own bytes, a servo pulse, and a stepper walking its coils.
2
3Installing this distribution installs ``pamoja.sensors``, ``pamoja.actuators``, and re-exports each under its
4own name, so a name two of them share stays unambiguous.
5"""
6
7from pamoja import sensors, actuators
8
9__all__ = ["sensors", "actuators"]