Skip to main content

All Questions

2 votes
1 answer
1k views

Is it possible to create a delay of less than 0.001 seconds using circuitpython?

hardware: raspberry pi pico language: adafruit-circuitpython TL;DR: 0.001 sec is the maximum precision that time.sleep() can perform. how can we get over it, using circuitpython? The 'utime' library ...
Ofir Gaash's user avatar