On Mon, Jan 28, 2013 at 6:59 PM, Matthias Janke <[email protected]> wrote: > Hi, > > if I remeber correctly sleep is in units of seconds and usleep in units of > microseconds, thus leading to a conversion factor of 10e6. Or are the timings > not so critical?
I guess the sleep time is not that critical. But you are right Linux sleep() is in seconds. Probably it is better to fix this again. I may confuse Linux sleep() with Windows Sleep() which is in millisecond. http://msdn.microsoft.com/en-us/library/windows/desktop/ms686298(v=vs.85).aspx -- Xiaofan -- libftdi - see http://www.intra2net.com/en/developer/libftdi for details. To unsubscribe send a mail to [email protected]
