Contiki-NG
Functions

Driver for a bright LED strip. More...

#include "contiki.h"
#include "dev/gpio.h"
#include "led-strip.h"
#include <stdint.h>

Go to the source code of this file.

Functions

void led_strip_config (void)
 Init function for the bright LED strip driver. More...
 
int led_strip_switch (uint8_t val)
 Function to turn ON/OFF the LED strip. More...
 
int led_strip_get (void)
 Function to get the LED strip current state. More...
 

Detailed Description

Driver for a bright LED strip.

Definition in file led-strip.c.