![]() |
OpenSourceSimWheelESP32
Open-source wireless steering wheel/button box for ESP32 boards
|
User interfaces for telemetry data and notifications. More...
#include "OutputHardware.hpp"Go to the source code of this file.
Classes | |
| class | SimpleShiftLight |
| Use a single-color LED as a shift light indicator. More... | |
| class | PCF8574RevLights |
| Use eight single-color LEDS as "rev lights". More... | |
Enumerations | |
| enum class | RevLightsMode : uint8_t { LEFT_TO_RIGHT , RIGHT_TO_LEFT , IN_OUT , OUT_IN } |
| Display modes for "rev lights". More... | |
User interfaces for telemetry data and notifications.
Definition in file SimWheelUI.hpp.
|
strong |
Display modes for "rev lights".
| Enumerator | |
|---|---|
| LEFT_TO_RIGHT | Moving from left to right. |
| RIGHT_TO_LEFT | Moving from right to left. |
| IN_OUT | Moving from center to edges. |
| OUT_IN | Moving from edges to center. |
Definition at line 28 of file SimWheelUI.hpp.