pub fn set(led: u32, on: bool)
Set the state of LED led (0-based index).
led
on = true turns the LED on, on = false turns it off.
on = true
on = false