pamoja for TypeScript - v0.1.17
    Preparing search index...

    Interface PwmCounts

    A PCA9685 channel setting read back from its registers.

    interface PwmCounts {
        off: number;
        on: number;
    }
    Index
    off: number

    The count at which it goes low; bit 12 is the full-off flag.

    on: number

    The count at which the output goes high; bit 12 is the full-on flag.