-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Control flow of code using thingset. #50
Comments
I don't understand what you are trying to achieve. And I don't see how this is related to ThingSet. How is the Can you please push a complete sample to a git repo? |
What do you mean by "ThingSet does not support IPC"? You can assign callbacks to detect when variables are changed in a particular group and use any IPC mechanism available in Zephyr. Not sure about the fault. I doubt it's the shell, but I can only guess if you don't provide the complete code. |
Set an infinite loop that waits for a variable to be set through thingset in the main function.
This is done to control the flow of the main function using thingset.
Below is the code snippet:
The program does not enter the infinite loop, and wait for the value to be changed via thingset but proceeds to the next function. The output is:
Not able to understand why this is happening.
The text was updated successfully, but these errors were encountered: