Lines Matching +full:0 +full:- +full:9 +full:a +full:- +full:e
5 The leds-blinkm driver supports the devices of the BlinkM family.
7 They are RGB-LED modules driven by a (AT)tiny microcontroller and
9 0x09 but this can be changed through a command. By this you could
10 dasy-chain up to 127 BlinkMs on an I2C bus.
16 The interface this driver provides is 2-fold:
18 a) LED class interface for use with triggers
23 blinkm-<i2c-bus-nr>-<i2c-device-nr>-<color>
25 $ ls -h /sys/class/leds/blinkm-6-*
26 /sys/class/leds/blinkm-6-9-blue:
29 /sys/class/leds/blinkm-6-9-green:
32 /sys/class/leds/blinkm-6-9-red:
35 (same is /sys/bus/i2c/devices/6-0009/leds)
40 E.g.::
42 $ cat blinkm-6-9-blue/brightness
45 $ echo 200 > blinkm-6-9-blue/brightness
48 $ modprobe ledtrig-heartbeat
49 $ echo heartbeat > blinkm-6-9-green/trigger
58 E.g. below /sys/bus/i2c/devices/6-0009/blinkm
60 $ ls -h /sys/bus/i2c/devices/6-0009/blinkm/
64 and a test sequence.
66 E.g.::