wipy -- WiPy specific features. =============================== .. This document was autogenerated by Sphinx-autoapi from a .pyi stub or a source code file. .. Do not edit this file, instead edit the source file and run Sphinx to update. .. Source: docs/stubs/wipy/__init__.pyi .. py:module:: wipy .. autoapi-nested-parse:: WiPy specific features. The ``wipy`` module contains functions to control specific features of the WiPy, such as the heartbeat LED. Functions --------- .. autoapisummary:: wipy.heartbeat Module Contents --------------- .. py:function:: heartbeat(enable: Optional[Any] = None) -> bool Get or set the state (enabled or disabled) of the heartbeat LED. Accepts and returns boolean values (``True`` or ``False``).