tjbot-ce - v3.0.0
    Preparing search index...

    Interface LEDCommonAnodeConfig

    Common-anode RGB LED configuration.

    interface LEDCommonAnodeConfig {
        bluePin?: number;
        greenPin?: number;
        redPin?: number;
        [k: string]: unknown;
    }

    Indexable

    • [k: string]: unknown
    Index

    Properties

    bluePin?: number

    GPIO pin for the blue channel.

    greenPin?: number

    GPIO pin for the green channel.

    redPin?: number

    GPIO pin for the red channel.