Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
aa8e8acb
Commit
aa8e8acb
authored
Aug 12, 2015
by
Daniel Campora
Browse files
cc3200: Change HeartBeat period from 5 to 4 seconds.
parent
f837d166
Changes
2
Hide whitespace changes
Inline
Side-by-side
cc3200/misc/mperror.c
View file @
aa8e8acb
...
...
@@ -59,7 +59,7 @@
#define MPERROR_TOOGLE_MS (40)
#define MPERROR_SIGNAL_ERROR_MS (1000)
#define MPERROR_HEARTBEAT_ON_MS (80)
#define MPERROR_HEARTBEAT_OFF_MS (
4
920)
#define MPERROR_HEARTBEAT_OFF_MS (
3
920)
/******************************************************************************
DECLARE PRIVATE DATA
...
...
docs/wipy/general.rst
View file @
aa8e8acb
...
...
@@ -88,7 +88,7 @@ the latest firmware will run again.
The heart beat LED
------------------
By default the heart beat LED flashes once every
5
s to signal that the system is
By default the heart beat LED flashes once every
4
s to signal that the system is
alive. This can be overridden through the HeartBeat class:
``pyb.HeartBeat().disable()``
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment