Tool/software: Code Composer Studio
Good day,
I am looking for a way to implement monostable button in GUI Composer. So far I tried to do it by writing ValueButton/value/pre processing function, but the problem is that I pass value to the bound variable only once (when function returns) and there is no way to pass it once, wait, and then do it again. Is there something obvious I am missing? Some other widget (not ValueButton). Or are timing events not supported by GUI Composer at all?