Function led_matrix::all_led_coordinates
source ยท pub fn all_led_coordinates() -> impl Iterator<Item = (usize, usize)>Expand description
Returns an iterator over the coordinates of all LEDs. Useful for avoiding nested loops.
pub fn all_led_coordinates() -> impl Iterator<Item = (usize, usize)>Returns an iterator over the coordinates of all LEDs. Useful for avoiding nested loops.