Dezibot 4
Loading...
Searching...
No Matches
MultiColorLight.h File Reference

This component controls the ability to show multicolored light, using the RGB-LEDs. More...

#include <Adafruit_NeoPixel.h>
#include "ColorConstants.h"
+ Include dependency graph for MultiColorLight.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MultiColorLight
 

Enumerations

enum  leds {
  TOP_LEFT , TOP_RIGHT , BOTTOM , TOP ,
  ALL
}
 Describes combinations of leds on the Dezibot. With the Robot in Front of you, when the robot drives away from you, the left LED is TOP_LEFT. More...
 

Detailed Description

This component controls the ability to show multicolored light, using the RGB-LEDs.

Author
Saskia Duebener, Hans Haupt
Version
0.2
Date
2023-11-25

Definition in file MultiColorLight.h.

Enumeration Type Documentation

◆ leds

enum leds

Describes combinations of leds on the Dezibot. With the Robot in Front of you, when the robot drives away from you, the left LED is TOP_LEFT.

Enumerator
TOP_LEFT 
TOP_RIGHT 
BOTTOM 
TOP 
ALL 

Definition at line 20 of file MultiColorLight.h.