Thanks to visit codestin.com Credit goes to github.com
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.
1 parent 1379047 commit f60d8c0Copy full SHA for f60d8c0
Adafruit_GPIO/Platform.py
@@ -45,6 +45,9 @@ def platform_detect():
45
# Handle pidora distribution.
46
elif plat.lower().find('raspberry_pi') > -1:
47
return RASPBERRY_PI
48
+ # Handle arch distribution.
49
+ elif plat.lower().find('arch-armv6l') > -1:
50
+ return RASPBERRY_PI
51
# Handle Beaglebone Black
52
# Platform output on Debian ~May 2014:
53
# Linux-3.8.13-bone47-armv7l-with-debian-7.4
0 commit comments