adafruit / Adafruit_Python_PlatformDetect

MIT License
59 stars 236 forks source link

Add Orange Pi 3B #321

Closed johnp789 closed 1 year ago

johnp789 commented 1 year ago

This adds detection for the Orange Pi 3B. It was tested with Armbian 23.8.2 Bookworm.

>>> from adafruit_platformdetect import Detector
>>> detector = Detector()
>>> detector.chip.id
'RK3566'
>>> detector.board.id
'ORANGE_PI_3B'
>>> detector.board.any_orange_pi
True