Page 1 of 1

Can Z-UNO v2 use Adafruit libraries?

Posted: 16 Sep 2021 17:52
by tnesheim
Hello
I´m a non-professional programmer but I´m able to understand syntax/structure and do some coding. This weekend I spent connecting a z-uno v1 to the SCD30-sensor (T/RH/CO2), and I used a lot of time.

I see that there are a lot of Adafruit libraries that supports sensor that I´d like to use, but I was not able to include and utilize them on the z-uno v1...and there is probably good reasons for that.

Now, I´m waiting for a number og z-uno v2 to arrive. I understand they have a modern uC compared to the v1. Will the z-uno v2 be able to use th Adafruit libraries?

Re: Can Z-UNO v2 use Adafruit libraries?

Posted: 17 Sep 2021 18:51
by PoltoS
Not all Arduino libraries are compatible, since the hardware is a bit different. But you can adopt those libraries a bit and contribute to our github repository ;) We also rework some libraries in order to support more hardware.