Hi all, first post here. I wanted to suggest that the developers add a Timer Block to the blockly programming environment. I want to teach students how to use the timer without having to jump into python. All the timer block would have to do is report the time since the program started running.
Thanks for the suggestion!
@Fgrossman Can some more of the time module functions be added? There’s currently only 1 block for time.sleep(), but would be great to have at least time.time() and time.ticks_ms(). Would also be nice to have blocks for XRPLib.timeout.py.