I have found a library and sample code that seems to work very well on the Pico W, but I need a bit more power, so I'd like to use the same library on the Pi Zero W instead. Initially, I tried using the code as-is, but I immediately get errors because required modules (utime for example) are not available.
Is there any simple solution for using micropython on Pi Zero W? Or do I just need to debug and edit it to until it works?
I've spent too long trying to find an equivalent library - some come close, but they don't have everything I need.
Thanks