MetaWear C++ API  0.20.0
C++ implementation of the MetaWear protocol
Public Attributes | List of all members
MblMwLedPattern Struct Reference

Attributes describing a light pulse. More...

#include <led.h>

Public Attributes

uint8_t high_intensity
 Intensity when the pulse is in a high state, between [0, 31].
 
uint8_t low_intensity
 Intensity when the pulse is in a low state, between [0, 31].
 
uint16_t rise_time_ms
 Transition time from low to high state, in milliseconds.
 
uint16_t high_time_ms
 Length of time the pulse spends in the high state, in milliseconds.
 
uint16_t fall_time_ms
 Transition time from high to low state, in milliseconds.
 
uint16_t pulse_duration_ms
 Length of time for one pulse, in milliseconds.
 
uint16_t delay_time_ms
 How long to wait before starting the pulse, only used on firmware v1.2.3 or later.
 
uint8_t repeat_count
 Number of repetitions.
 

Detailed Description

Attributes describing a light pulse.


The documentation for this struct was generated from the following file: