Skip to content
This repository has been archived by the owner on Dec 9, 2020. It is now read-only.

(ServerAPI) INDIVIDUALCOLOR Method

Kristian Skov edited this page Oct 1, 2018 · 1 revision

Up to date as of version 1.6

Description

This command can be used to set the color of individual LEDs.

Syntax

INDIVIDUALCOLOR(int Pin, int ID, int R, int G, int B)

Parameters

int Pin: The Pin on your Arduino that the LED string is connected to

int ID: What Hardware ID to use

int R: The color code for Red (0-255)

int G: The color code for Green (0-255)

int B: The color code for Blue (0-255)

Return value

None

Clone this wiki locally