We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a9c7c commit 3bb9015Copy full SHA for 3bb9015
README.rst
@@ -60,3 +60,5 @@ Usage
60
print("BBB? ", detector.board.BEAGLEBONE_BLACK)
61
print("Orange Pi PC? ", detector.board.ORANGE_PI_PC)
62
print("generic Linux PC? ", detector.board.GENERIC_LINUX_PC)
63
+
64
+See https://github.com/adafruit/Adafruit_Python_PlatformDetect/blob/master/bin/detect.py for more possible detectable boards
0 commit comments