Index

APA102


The APA102 is a SPI controlled LED, of which the most well-known is the Adafruit DotStar line of LEDs ([https://learn.adafruit.com/adafruit-dotstar-leds/overview](https://learn.adafruit.com/adafruit-dotstar-leds/overview))

API Reference

How To Connect

Install the package with: go get gobot.io/x/gobot

You must pass in an Adaptor that supports the spi.Connector interface to use with this Driver.

d := spi.NewAPA102(adaptor)

How To Use

Example using a APA102 LED

// code here

Compatibility