Edit

Share via


InterruptState Enum

Definition

This enum allows to select how many cycles cill be done measuring before raising an interupt.

public enum InterruptState
type InterruptState = 
Public Enum InterruptState
Inheritance
InterruptState

Fields

All 0

Every RGBC cycle generates an interrupt

Percistence01Cycle 1

1 clear channel value outside of threshold range

Percistence02Cycle 2

2 clear channel consecutive values out of range

Percistence03Cycle 3

3 clear channel consecutive values out of range

Percistence05Cycle 4

5 clear channel consecutive values out of range

Percistence10Cycle 5

10 clear channel consecutive values out of range

Percistence15Cycle 6

15 clear channel consecutive values out of range

Percistence20Cycle 7

20 clear channel consecutive values out of range

Percistence25Cycle 8

25 clear channel consecutive values out of range

Percistence30Cycle 9

30 clear channel consecutive values out of range

Percistence35Cycle 10

35 clear channel consecutive values out of range

Percistence40Cycle 11

40 clear channel consecutive values out of range

Percistence45Cycle 12

45 clear channel consecutive values out of range

Percistence50Cycle 13

50 clear channel consecutive values out of range

Percistence55Cycle 14

55 clear channel consecutive values out of range

Percistence60Cycle 15

60 clear channel consecutive values out of range

Applies to