All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

Interface definition for the LPD8808 LED strip driver. More...

Detailed Description

Interface definition for the LPD8808 LED strip driver.

Author
Hauke Petersen hauke.nosp@m..pet.nosp@m.ersen.nosp@m.@fu-.nosp@m.berli.nosp@m.n.de

Definition in file lpd8808.h.

#include "color.h"
#include "periph/gpio.h"
+ Include dependency graph for lpd8808.h:

Go to the source code of this file.

Data Structures

struct  lpd8808_params_t
 Parameters needed for configuration. More...
 

Typedefs

typedef lpd8808_params_t lpd8808_t
 Device descriptor, same as the configuration parameters.
 

Functions

int lpd8808_init (lpd8808_t *dev, const lpd8808_params_t *params)
 Initialize the given LPD8808 based LED strip.
 
void lpd8808_load_rgb (const lpd8808_t *dev, color_rgb_t vals[])
 Set the color value of each LED on the strip.