> > For a heartbeat-like pattern : > > 0 1000 > > 255 100 > > 0 100 > > 255 100 > > That would be "slowly go to zero intensity, quickly go to max > intensity, to zero, to maximum". If you wanted to turn the LED on/off > without going through partial brightnesses, you'd do > > 0 1000 > 255 0 > 255 100 > 0 0 > 0 100 > 255 0 > 255 100 > 0 0 > Okay, now I get why there were zero-time lines in your second example. > > pattern_repeat : repeat this pattern indefinitely ? > > 1 -> yes, 0 -> no > > > > pattern_once : if pattern_repeat = 0, writing 1 to this > > file makes the pattern run once . > > I'd do attribute "repeat" with number of repetitions, or -1 == "repeat > forever" default value. > Yes that's better. Best regards, Raphaël -- To unsubscribe from this list: send the line "unsubscribe linux-leds" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html