Compatibility layer for Adafruit CircuitPython drivers on Micropython

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
User avatar
danielseltzer
Posts: 2
Joined: Sun Dec 05, 2021 7:19 pm

Re: Compatibility layer for Adafruit CircuitPython drivers on Micropython

Post by danielseltzer » Sun Dec 26, 2021 3:35 am

Thanks for those helpful replies. Just to update: I passed on Blinka and went with minimal driver implementations I could find or hack up from other sources. So far I have a little air quality sensor, an oled, and pushing data to a separate little python service running on my local subnet. The combination of PyCharm + micropython plugin + REPL makes for a nice on-ramp to Micropython dev on the ESP8266.

Daniel

Post Reply