Conversion between CircuitPython and MicroPython

I need to use an Adafruit GPS PA1010 with a PiicoDev MS5637 pressure sensor. One has drivers for CircuitPython, the other has drivers for MicroPython.

I am aware that CircuitPython is a fork of MicroPython.

Is there a guide on how to convert drivers from one to the other?

1 Like

Hi Bruce,

I believe Adafruit developed Blinka in order to do exactly what you’re after (even if it spiralled off into the SBC space eventually)

This guide for the Pico might clear things up:

As for going the other way, I couldn’t find many docs on that, but I’ll keep looking into this!
-James

2 Likes