:mod:`znzpi` --- znzpi Cam Information ====================================== .. module:: znzpi :synopsis: znzpi Cam Information The ``znzpi`` module is used to get znzpi Cam information. Functions --------- .. function:: version_major() Returns the major version number (int). .. function:: version_minor() Returns the minor version number (int). .. function:: version_patch() Returns the patch version number (int). .. function:: version_string() Returns the version string (e.g. "2.8.0"). .. function:: arch() Returns the board architecture string. This string is really just meant for znzpi IDE but you can get it with this function. .. function:: board_type() Returns the board type string. This string is really just meant for znzpi IDE but you can get it with this function. .. function:: board_id() Returns the board id string. This string is really just meant for znzpi IDE but you can get it with this function.