You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
466 B
18 lines
466 B
4 years ago
|
*************************************
|
||
|
:mod:`wipy` -- WiPy specific features
|
||
|
*************************************
|
||
|
|
||
|
.. module:: wipy
|
||
|
:synopsis: WiPy specific features
|
||
|
|
||
|
The ``wipy`` module contains functions to control specific features of the
|
||
|
WiPy, such as the heartbeat LED.
|
||
|
|
||
|
Functions
|
||
|
---------
|
||
|
|
||
|
.. function:: heartbeat([enable])
|
||
|
|
||
|
Get or set the state (enabled or disabled) of the heartbeat LED. Accepts and
|
||
|
returns boolean values (``True`` or ``False``).
|