[20100131]
|
Toggling Alix2c LEDs
I've found that the three LEDs at the front of a
PC Engines Alix2C board
can be toggled on and off via their attachment to the GPIO bus.
Here are the commands for this:
left: | gpioctl -d /dev/gpio 6 2 |
middle: | gpioctl -d /dev/gpio 25 2 |
right: | gpioctl -d /dev/gpio 27 2 |
[Tags: alix, gpio]
|
|