Hi,
I was looking at the bezier clock example,
I don't get the part were the gui gets the time from the device ... how is the gui clock sincronized with the board?
I assume i have to use the EwBspClockGetTime() function in ew_bsp_clock.c, but i don't see the call to that method aniware.
Do i have to make a variable in the device class that gets updated by a process like the adc example?
Thanks