Hello The timer_enable() function does not exist in KEMI. Can you implement the equivalent of this function in KEMI? BR Juan PASCUAL
Closed #4008 as completed.
Pushed a commit to export the function to the kemi. Testing and reporting the result would be appreciated.
Hello I tested: KSR.timer.timer_enable("tmr4", 0) and KSR.timer.timer_enable("tmr4", 1) It works. Thanks Juan