Hi!

I want to flash the leds, just for fun
I know how to switch on (printf "\x00" > /dev/gpio/out) and off (printf "\x02" > /dev/gpio/out) the power led, but i want to switch the others.
Is this possible?