timeSharing.delay()


DESCRIPTION
When you do a delay(), everything stops working for x millis. If you use timeSharing.delay(), it will delay at that point for x millis, but in the background other functions will still run.


SYNTAX
timeSharing.delay(x)


PARAMETERS
X is the delay time in millis


RETURNS
none.


Example TIME SHARING ENABLE/DISABLE