Hello! What is the smallest amount of time I can use with delay() function? Can I use fraction of a second? The manual tells us that the cycle time is approx 0.2 second, an example in logic manual contains the line "delay(0.2);", but when I try to compile "delay(0.5);" an error appears. What to do?