Arduino_APA102 - begin()

Initialize the pins to control the devices attached.

Syntax

leds.begin()

Example

#include <Arduino_APA102.h> 

Arduino_APA102 leds(5, 5, 4);

void setup() {
  leds.begin();
} 
void loop() {} 

See also