|
SensESP 3.1.1
Universal Signal K sensor toolkit ESP32
|
#include "pwm_output.h"#include "sensesp/system/lambda_consumer.h"#include "sensesp/ui/config_item.h"#include "valueconsumer.h"#include "esp_arduino_version.h"Go to the source code of this file.
Classes | |
| class | sensesp::RgbLed |
| A special device object that can be used to control a multi-channel color rgb LED light using up to 3 digital output channels. A "color" is defined using the standard 24 bit color depth numbers composed of three 8 bit channels for Red, Green, and Blue (see https://techterms.com/definition/rgb) More... | |
Namespaces | |
| namespace | sensesp |
Functions | |
| const String | sensesp::ConfigSchema (const RgbLed &obj) |
Variables | |
| constexpr int | sensesp::kPWMResolution = 13 |