UNPKG

@frezik/rpi-doorbot-ts

Version:

Modules to interface doorbot-ts to the Raspberry Pi

9 lines (8 loc) 235 B
import * as Doorbot from '@frezik/doorbot-ts'; export declare class GPIOReader extends Doorbot.Reader { private pin; private previous_read; constructor(pin: number); init(): Promise<any>; runOnce(): Promise<any>; }