diff options
| author | danicampora <daniel@wipy.io> | 2015-10-19 15:19:34 +0200 |
|---|---|---|
| committer | danicampora <daniel@wipy.io> | 2015-10-19 21:17:15 +0200 |
| commit | 36ae417c9f1417d65ca773d48a36589e300b4f71 (patch) | |
| tree | aa4960911fb560eb0df02fc6f8e39f0093723082 /docs/library/wipy.rst | |
| parent | 2e0cd20a1d3c6ddfaf0bb6dafc823955858334a9 (diff) | |
docs: Add wipy and network.server documentation.
Diffstat (limited to 'docs/library/wipy.rst')
| -rw-r--r-- | docs/library/wipy.rst | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/library/wipy.rst b/docs/library/wipy.rst new file mode 100644 index 000000000..66aecd053 --- /dev/null +++ b/docs/library/wipy.rst @@ -0,0 +1,15 @@ +: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. |
