blob: 66aecd05305aefa3ac9c81e405cd5b93f29e47a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.
|