-
Notifications
You must be signed in to change notification settings - Fork 0
MiPChestLED
Chest LED color and flash timing configuration.
Encapsulates the 8-bit RGB color intensities (Red, Green, Blue) and flash timing intervals (onTime and offTime in milliseconds) for MiP's chest LED.
Signature: MiPChestLED()
Summary: Constructs a new MiPChestLED configuration object.
Details:
Automatically calls clear() to set all color intensity values and flash timing durations to zero (LED off).
Signature: void clear()
Summary: Resets all RGB channel intensities and flash timing durations to zero.
Details:
Sets red, green, blue, onTime, and offTime variables back to 0.
Signature: uint16_t onTime
Summary: Duration in milliseconds the chest LED remains illuminated during flashing.
Signature: uint16_t offTime
Summary: Duration in milliseconds the chest LED remains extinguished during flashing.
Signature: uint8_t red
Summary: Red channel intensity (0-255).
Signature: uint8_t green
Summary: Green channel intensity (0-255).
Signature: uint8_t blue
Summary: Blue channel intensity (0-255; hardware truncates lower 2 bits).
- MiP
- MiPChestLED
- MiPClapSettings
- MiPDebug
- MiPHardwareInfo
- MiPHeadLEDs
- MiPIRDongleCode
- MiPSoftwareVersion
- MiPStatus
- MiP_Battery
- MiP_ChestLED
- MiP_Clap
- MiP_EEPROM
- MiP_Gesture
- MiP_HeadLEDs
- MiP_Infrared
- MiP_Mode
- MiP_Motion
- MiP_Odometer
- MiP_Position
- MiP_Radar
- MiP_Serial
- MiP_Shake
- MiP_Sound
- MiP_Version
- MiP_Weight
- MiP_WiFi