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

Support for generic board via PlatformDetect #836

Closed brentru closed 3 weeks ago

brentru commented 3 weeks ago

This pull request:

Result from running pytest across this PR using the tests within tests/:

================================================================== test session starts ===================================================================
platform darwin -- Python 3.12.2, pytest-8.2.1, pluggy-1.5.0
rootdir: /Users/brentrubell/Desktop/github_brentru/Adafruit_Blinka
collected 12 items

tests/test_generic_agnostic_board_analogio.py .....                                                                                                [ 41%]
tests/test_generic_agnostic_board_digitalio.py ......                                                                                              [ 91%]
tests/test_generic_agnostic_board_i2c.py .                                                                                                         [100%]

=================================================================== 12 passed in 0.03s ===================================================================