Loading adafruit libraries/drivers into MP project? #16374
Replies: 3 comments 2 replies
-
Are you referring to circuitpython libraries? |
Beta Was this translation helpful? Give feedback.
-
Adafruit_Blinka is supposed to be an interface shim between MicroPython and CircuitPython libraries. Never tried it myself. You may need Adafruit_Python_PlatformDetect too. Installation guide, supposedly: Installing Blinka and Libraries | CircuitPython Libraries on MicroPython using the Raspberry Pi Pico | Adafruit Learning System If this is to support particular Adafruit hardware, there's a small number of pre-schism Adafruit |
Beta Was this translation helpful? Give feedback.
-
Well that is pickle... in that I wanted to support the TCS34725 sensor as I already support the VEML6040 on some of my ESP32 and ESP8266 projects. Specific to TCS34725 sensor, I found 2 versions of the adafruit code. Version 1 depreciated, but I rewrote it a bit and it works, at least as well as I need it on ESP32 and ESP822 testing thus far. The newer version, i..e 2, maybe better, but requires or needs extensive code based on the adafruit common libraries. So I am at least trying to understand how to support the adafruit libraries on MP. Per adafruit it is possible. Based on what you are suggesting, it might be easier to just run MP and rewrite stuff as needed, even if based on adafruit sources. Or run Circuit Python out right. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Loading adafruit libraries/drivers into MP project? Via Thonny if possible? Searching for adafruit nothing is returned?
Beta Was this translation helpful? Give feedback.
All reactions