diff options
Diffstat (limited to 'docs/wipy/general.rst')
| -rw-r--r-- | docs/wipy/general.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/wipy/general.rst b/docs/wipy/general.rst index b1f78da52..528dd4c19 100644 --- a/docs/wipy/general.rst +++ b/docs/wipy/general.rst @@ -119,9 +119,10 @@ The heart beat LED ------------------ By default the heart beat LED flashes once every 4s to signal that the system is -alive. This can be overridden through the HeartBeat class: +alive. This can be overridden through the :mod:`wipy` module:: -``machine.HeartBeat().disable()`` + import wipy + wipy.heartbeat(False) There are currently 2 kinds of errors that you might see: |
