smoke 2.0.0.0
Multi-LED Mode configuration

Macros

#define SMOKE_SLOT1_MASK   0xF8
 
#define SMOKE_SLOT2_MASK   0x8F
 
#define SMOKE_SLOT3_MASK   0xF8
 
#define SMOKE_SLOT4_MASK   0x8F
 
#define SMOKE_SLOT_NONE   0x00
 
#define SMOKE_SLOT_RED_LED   0x01
 
#define SMOKE_SLOT_IR_LED   0x02
 
#define SMOKE_SLOT_GREEN_LED   0x03
 
#define SMOKE_SLOT_NONE_PILOT   0x04
 
#define SMOKE_SLOT_RED_PILOT   0x05
 
#define SMOKE_SLOT_IR_PILOT   0x06
 
#define SMOKE_SLOT_GREEN_PILOT   0x07
 

Detailed Description

Macro Definition Documentation

◆ SMOKE_SLOT1_MASK

#define SMOKE_SLOT1_MASK   0xF8

◆ SMOKE_SLOT2_MASK

#define SMOKE_SLOT2_MASK   0x8F

◆ SMOKE_SLOT3_MASK

#define SMOKE_SLOT3_MASK   0xF8

◆ SMOKE_SLOT4_MASK

#define SMOKE_SLOT4_MASK   0x8F

◆ SMOKE_SLOT_GREEN_LED

#define SMOKE_SLOT_GREEN_LED   0x03

◆ SMOKE_SLOT_GREEN_PILOT

#define SMOKE_SLOT_GREEN_PILOT   0x07

◆ SMOKE_SLOT_IR_LED

#define SMOKE_SLOT_IR_LED   0x02

◆ SMOKE_SLOT_IR_PILOT

#define SMOKE_SLOT_IR_PILOT   0x06

◆ SMOKE_SLOT_NONE

#define SMOKE_SLOT_NONE   0x00

◆ SMOKE_SLOT_NONE_PILOT

#define SMOKE_SLOT_NONE_PILOT   0x04

◆ SMOKE_SLOT_RED_LED

#define SMOKE_SLOT_RED_LED   0x01

◆ SMOKE_SLOT_RED_PILOT

#define SMOKE_SLOT_RED_PILOT   0x05