Primary Sensor Box Logic Class ============================== This module contains the logic and classes for actually running the sensor boxes. The controller, screen, and configuration classes are abstracted out so that this code is not aware of whether it is running on an actual controller or with an emulated environment. This code can be imported from Python or MicroPython. .. automodule:: firmware.sensing :members: :undoc-members: :show-inheritance: