diff options
author | danicampora <daniel@wipy.io> | 2015-10-20 15:04:55 +0200 |
---|---|---|
committer | danicampora <daniel@wipy.io> | 2015-10-21 15:30:56 +0200 |
commit | 04db848dc7c7356a38f809b5efdd4699a41aa54f (patch) | |
tree | 7fb8a5ec866788d13e25ef313b4431c27e756cba /docs/library/wipy.rst | |
parent | 4b630c452d238895385fb044e91b3496359a8dde (diff) | |
download | micropython-04db848dc7c7356a38f809b5efdd4699a41aa54f.tar.gz micropython-04db848dc7c7356a38f809b5efdd4699a41aa54f.zip |
docs: Add usocket and ussl modules' documentation.
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``). |