Enum tsl256x::IntegrationTime[][src]

pub enum IntegrationTime {
    ms_13,
    ms_101,
    ms_402,
}

Available integration times

Lux calculations must take this setting into account

Triggering integration start and stop manually is an option of the device but not supported by this driver

Variants

13.7 milliseconds

101 milliseconds

402 milliseconds (default)

Trait Implementations

impl Copy for IntegrationTime
[src]

impl Clone for IntegrationTime
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations