RBCX
Library for the RB3204-RBCX board with the ESP32 by RoboticsBrno.
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
rb::Leds Class Reference

#include <RBCXLeds.h>

Public Member Functions

void red (bool on=true)
 Set the red LED state. More...
 
void yellow (bool on=true)
 Set the yellow LED state. More...
 
void green (bool on=true)
 Set the green LED state. More...
 
void blue (bool on=true)
 Set the blue LED state. More...
 
void byId (LedId id, bool on=true)
 Set led styte by LedId. More...
 

Friends

class Manager
 

Member Function Documentation

◆ blue()

void rb::Leds::blue ( bool  on = true)

Set the blue LED state.

◆ byId()

void rb::Leds::byId ( LedId  id,
bool  on = true 
)

Set led styte by LedId.

◆ green()

void rb::Leds::green ( bool  on = true)

Set the green LED state.

◆ red()

void rb::Leds::red ( bool  on = true)

Set the red LED state.

◆ yellow()

void rb::Leds::yellow ( bool  on = true)

Set the yellow LED state.

Friends And Related Function Documentation

◆ Manager

friend class Manager
friend

The documentation for this class was generated from the following files: