Hi to all.
Need to detect short pulse, for example 4 ms. With KAREL i have such ways:
* repeat...until
* wait
* global condition
I suppose that repeat-until is the slowest method. In Global condition i can set $SCAN_TIME=1 to check my di every millisecond. In Wait instruction there is no arg which set how often condition is checked. So, which is faaster - Global condition with scan_time=1 ot WAIT instruction ?