You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Simple control of Led. Designed for use with [nerves](http://nerves.io/), but works on any distribution of linux that supports `/sys/class/leds`.
5
+
Simple control of LEDs. Designed for use with [nerves](http://nerves-project.org/), but works on any distribution of Linux that supports `/sys/class/leds`.
6
6
7
7
## Configuration
8
8
@@ -56,18 +56,18 @@ This will illuminate the LED for 2 seconds, after which it will extinguish. By
56
56
57
57
## Customizing LED states
58
58
59
-
The standard LED states are defined as `@predefined_states` near the top of `lib/nerves_io_Led.ex`. You can change or add to them using config.exs as follows:
59
+
The standard LED states are defined as `@predefined_states` near the top of `lib/nerves_io_led.ex`. You can change or add to them using config.exs as follows:
0 commit comments