FACT++  1.0
void FTM::StaticData::EnableLPint ( LightPulserEnable  group,
bool  enable 
)
inline

Definition at line 280 of file HeadersFTM.h.

Referenced by ConnectionFTM::EnableLP().

281  {
282  if (enable)
283  fEnableLPint |= group;
284  else
285  fEnableLPint &= ~group;
286  }
uint8_t fEnableLPint
Intensity of LEDs (0-127)
Definition: HeadersFTM.h:224

+ Here is the caller graph for this function: