Contiki-NG

Implementation of the RGB LED driver. More...

#include "contiki.h"
#include "dev/leds.h"
#include "dev/etc/rgb-led/rgb-led.h"

Go to the source code of this file.

Functions

void rgb_led_off (void)
 Turn off the RGB LED.
 
void rgb_led_set (uint8_t colour)
 Set the colour of the RGB LED. More...
 

Detailed Description

Implementation of the RGB LED driver.

Definition in file rgb-led.c.