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 af53cb4 commit 33a2e3dCopy full SHA for 33a2e3d
ev3dev.py
@@ -39,7 +39,7 @@ def current_platform():
39
if machine == 'armv5tejl':
40
return 'ev3'
41
elif machine == 'armv6l':
42
- return 'rpi'
+ return 'brickpi'
43
else:
44
return 'unsupported'
45
@@ -1687,8 +1687,8 @@ def Led_all_off():
1687
1688
1689
#~autogen
1690
-elif current_platform() == 'rpi':
1691
-#~autogen python_led-colors platforms.rpi.led>currentClass
+elif current_platform() == 'brickpi':
+#~autogen python_led-colors platforms.brickpi.led>currentClass
1692
1693
Led.blue_one = Led(name='brickpi1:blue:ev3dev')
1694
Led.blue_two = Led(name='brickpi2:blue:ev3dev')
0 commit comments