I’d prefer to use python over AppZone C, but I’m wondering what the timing contraints are for switching a GPIO output. I need to be able to create delays that are microseconds long. Is this possible?
MOD.sleep() in Py 1.5.2 unit is 1/10 second, time module in Py 2.7 won’t reach useconds granularity, minimum unit in Appzone C is 100 microseconds using hardware timers.
We use cookies to enhance your browsing experience and help us improve our websites. To improve our website, we carefully select third parties that use cookies to allow us to serve specific content and achieve the purposes set out in our cookie policy. For more information on how to make adjustments through your browser to the cookies being used on your device, please click Find Out More link. By closing this banner or continuing to browse our website, you agree to our use of such cookies. FIND OUT MORE
I’d prefer to use python over AppZone C, but I’m wondering what the timing contraints are for switching a GPIO output. I need to be able to create delays that are microseconds long. Is this possible?
MOD.sleep() in Py 1.5.2 unit is 1/10 second, time module in Py 2.7 won’t reach useconds granularity, minimum unit in Appzone C is 100 microseconds using hardware timers.