We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9474f03 commit bfeda74Copy full SHA for bfeda74
1 file changed
src/devices/Led.vala
@@ -28,12 +28,12 @@ namespace Ev3devKit.Devices {
28
/**
29
* Device name of the left LEDs on the EV3 brick.
30
*/
31
- public const string EV3_LEFT = "ev3:left";
+ public const string EV3_LEFT = "led0";
32
33
34
* Device name of the right LEDs on the EV3 brick.
35
36
- public const string EV3_RIGHT = "ev3:right";
+ public const string EV3_RIGHT = "led1";
37
38
string _name;
39
0 commit comments