diff options
Diffstat (limited to 'docs/library/wipy.rst')
-rw-r--r-- | docs/library/wipy.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/library/wipy.rst b/docs/library/wipy.rst index 66aecd0530..cdece7b82b 100644 --- a/docs/library/wipy.rst +++ b/docs/library/wipy.rst @@ -1,5 +1,6 @@ +************************************* :mod:`wipy` -- WiPy specific features -===================================== +************************************* .. module:: wipy :synopsis: WiPy specific features @@ -12,4 +13,5 @@ Functions .. function:: heartbeat([enable]) - Get or set the state (enabled or disabled) of the heartbeat LED. + Get or set the state (enabled or disabled) of the heartbeat LED. Accepts and + returns boolean values (``True`` or ``False``). |