adafruit / Adafruit_Blinka

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

add quartz64a #801

Closed anonymouscowhead closed 3 months ago

anonymouscowhead commented 3 months ago

Add support for the Quartz64 model A board from Pine64

anonymouscowhead commented 3 months ago

weird pylint issue.. I think it is because there is a pine64.py (for the old board of that name) alongside my new pine64 directory (for the vendor). Guess tomorrow I'll try moving the existing board file under my dir...

anonymouscowhead commented 3 months ago

weird pylint issue.. I think it is because there is a pine64.py (for the old board of that name) alongside my new pine64 directory (for the vendor). Guess tomorrow I'll try moving the existing board file under my dir...

bingo, that was it.