adafruit / Adafruit_Blinka

Add CircuitPython hardware API and libraries to MicroPython & CPython devices
https://learn.adafruit.com/circuitpython-on-raspberrypi-linux
MIT License
437 stars 327 forks source link

Add Vivid Unit #857

Open makermelissa opened 1 week ago

makermelissa commented 1 week ago

This is currently untested. After I have a bit of time to test, I'll make this into a regular PR.

makermelissa commented 1 week ago

Ok, tested a few of the GPIOs and that's working. I2C has a permission error unless run as sudo, and no /dev/spidev* devices, so I couldn't test SPI. I think I'm going to go ahead and change this into a normal PR so that it is at least usable for some and can be built upon by others.

makermelissa commented 1 week ago

I tested i2c and it is working properly.