Timer Callback for uiflow2?
-
this is the only thing holding me back from switching to uiflow2, because uiflow has software and hardware timer callback.
most of the time i just update ui in one timer function, get sensor values in another, and do other stuff in another timer. i know you could do this in one loop by checking system time, but it is much easier to just use timer callback
why is this not in uiflow2? or is it there but i just cant find it? -
@markram14 said in Timer Callback for uiflow2?:
this is the only thing holding me back from switching to uiflow2, because uiflow has software and hardware timer callback.
most of the time i just update ui in one timer function, get sensor values in another, and do other stuff in another timer. i know you could do this in one loop by checking system time, but it is much easier to just use timer callback
why is this not in uiflow2? or is it there but i just cant find it?is timer module have to be added by hardware/software conteroller options?
-
@robski no.
in uiflow its in event category
but i cant find it in uiflow2
-
-
@robski i see. great! thanks for the info!