It is very easy to program all the 16 LEDs at once, using just one command.


Standard command

Engduino -> set all LEDs(colors ->colour)


  • Engduino - This tells us we are using the Engduino library;
  • set all LEDs - Sets all the LEDS to a given colour;
    • IMPORTANT: Note that the world "color" is spelt in the American-English fashion.
  • Colour - replace this field with your colour of choice (if you can't decide, just type in random).

    BACK TO LEDs

    GO TO SPECIFIC LEDS

    BACK TO INDEX