SleepIndicator and SoftDevice #2268
Unanswered
espruino-discuss
asked this question in
Puck.js, Pixl.js, Jolt.js and MDBT42
Replies: 2 comments
-
Posted at 2017-07-31 by @gfwilliams It should flash whenever the device wakes - for whatever reason. However it will only stay lit while Espruino's code is executing - if that makes sense? So if the bluetooth stack wakes it up, the LED will flash - but it won't actually stay on while the bluetooth stack's code is executing (because it isn't possible to hook onto it at that level) |
Beta Was this translation helpful? Give feedback.
0 replies
-
Posted at 2017-08-01 by AntiCat Yes, it does. Thank you for your explanation. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2017-07-30 by AntiCat
Does the PIN defined with
setSleepIndicator
show all activity of the ARM core or just the those triggers by the JS-VM?Beta Was this translation helpful? Give feedback.
All reactions