We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b820a0 + e46a186 commit 2908910Copy full SHA for 2908910
adafruit_platformdetect/board.py
@@ -419,6 +419,7 @@ def any_udoo_board(self):
419
"""Check to see if the current board is an UDOO board"""
420
return self.id in boards._UDOO_BOARD_IDS
421
422
+ @property
423
def any_asus_tinker_board(self):
424
"""Check to see if the current board is an ASUS Tinker Board"""
425
return self.id in boards._ASUS_TINKER_BOARD_IDS
0 commit comments