Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 777 Bytes

EV3-LEDs.md

File metadata and controls

12 lines (10 loc) · 777 Bytes

The 2 LEDs on the EV3 are connected via GPIOs (2 each). Each LED has 3 colors: red, amber and green. Turning on a single GPIO will change the LED to red or green. Turning on both GPIOs will change the LED to amber.

LEDGPIODescription
06-12Right, Red
16-14Right, Green
26-13Left, Red
36-7Left, Green

##Device Driver We are using the existing leds-gpio driver. This provides a standard interface for using the LEDs. The LED devices are defined in board-legoev3.c.