roo_blink
API Documentation for roo_blink
Loading...
Searching...
No Matches
led.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
roo_blink/rgb/color.h
"
4
#include "roo_time.h"
5
#include "stdint.h"
6
7
namespace
roo_blink
{
8
9
/// Abstract interface representing an RGB LED.
10
class
RgbLed
{
11
public
:
12
/// Sets the LED to the specified color.
13
virtual
void
setColor
(
Color
color);
14
};
15
16
}
// namespace roo_blink
roo_blink::Color
Simple 24-bit RGB color value.
Definition
color.h:8
roo_blink::RgbLed
Abstract interface representing an RGB LED.
Definition
led.h:10
roo_blink::RgbLed::setColor
virtual void setColor(Color color)
Sets the LED to the specified color.
color.h
roo_blink
Definition
default_scheduler.cpp:3
temp_repos
roo_blink
src
roo_blink
rgb
led.h
Generated by
1.9.8