wipy.rst 466 B

1234567891011121314151617
  1. *************************************
  2. :mod:`wipy` -- WiPy specific features
  3. *************************************
  4. .. module:: wipy
  5. :synopsis: WiPy specific features
  6. The ``wipy`` module contains functions to control specific features of the
  7. WiPy, such as the heartbeat LED.
  8. Functions
  9. ---------
  10. .. function:: heartbeat([enable])
  11. Get or set the state (enabled or disabled) of the heartbeat LED. Accepts and
  12. returns boolean values (``True`` or ``False``).