Retrieving state of the different SoC devices #1606
Replies: 3 comments
-
Posted at 2020-04-13 by Robin Mon 2020.04.13 Did not check for thoroughness for the specific pin request, but has this reference been reviewed?
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-14 by msdeibel I found them but wasn't sure if I could work with them in case they don't fire. I worked around with this code
The only issue is removing the eventlisteners now. The code above fails to do that. I already posted another question for that, though ;) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-14 by @gfwilliams Thanks - I'm afraid that would appear to be the best bet for now. I'll add that to the next firmware though. In terms of removing listeners, you need to have a named function so you can remove it...
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-13 by msdeibel
Hi all,
currently we can easily check if the LCD is on with
isLCDOn()
.As far as I can see there are (for now) no corresponding functions for
Is there another way of getting the status, e.g. by reading a pin status (which ones?) until we have convenience functions for this purpose?
Beta Was this translation helpful? Give feedback.
All reactions