Type alias LineEvent

LineEvent: {
    gpiodEvent: Event;
    ts: number;
    type: GPIOEventType;
}

Type declaration

Generated using TypeDoc