adafruit circuitpython
-
can we use adafruit circuitpython libraries with lopy4 ?
-
@abhishek2101 two aspects:
- are we allowed to? The answer is yes. Adafruit uses the MIT licensing, which gives you a lot of freedom.
- will the libraries work? Not out-of-the box for most of them. You typically have to adapt access to peripheral devices like I2C, SPI etc. Adafruit uses a different hardware abstraction method. But the required changes are typically small, and the adafruit libraries are often well designed.