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

Definition at line 288 of file HeadersFTM.h.

Referenced by ConnectionFTM::EnableLP().

289  {
290  if (enable)
291  fEnableLPext |= group;
292  else
293  fEnableLPext &= ~group;
294  }
uint8_t fEnableLPext
Intensity of LEDs (0-127)
Definition: HeadersFTM.h:222

+ Here is the caller graph for this function: