Controller Board Base Class =========================== This base class defines the required controller board API. The API includes pretty much anything that the sensor code would need to get via MicroPython on the actual hardware. .. automodule:: firmware.board_base :members: :undoc-members: :show-inheritance: