Electrum blinky Example
From Manuals
(Difference between revisions)
(→Compatibility Electrum 100) |
|||
| (One intermediate revision not shown) | |||
| Line 5: | Line 5: | ||
[[Image:Electrum_blinky.png|center|]] | [[Image:Electrum_blinky.png|center|]] | ||
| - | The yellow LED (ds1) connected to pin PA25 is normally | + | The yellow LED (ds1) connected to pin PA25 is normally triggered by the Linux heartbeat but could be overridden by changing the trigger. |
| - | echo none >/sys/class/leds/ds1/trigger | + | electrum100:~# echo none >/sys/class/leds/ds1/trigger |
Current revision as of 17:36, 5 January 2011
Blinks user LED (blinky)
Compatibility Electrum 100
This example blinks the green user LED (ds2) connected to microcontroller pin PA30.
The yellow LED (ds1) connected to pin PA25 is normally triggered by the Linux heartbeat but could be overridden by changing the trigger.
electrum100:~# echo none >/sys/class/leds/ds1/trigger

