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

Fix platform.machine check in setup.py #859

Closed makermelissa closed 1 week ago

makermelissa commented 1 week ago

platform.machine() is a function rather than a property. This is to address #858.