@iotize/tap
Version:
IoTize Device client for Javascript
14 lines (13 loc) • 419 B
TypeScript
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
export declare enum GPIOMode {
INPUT_FLOATING = 0,
OUTPUT_OPEN_DRAIN = 1,
OUTPUT_PUSH_PULL = 3,
INPUT_PULL_UP = 4,
OUTPUT_OPEN_DRAIN_PULL_UP = 5,
INPUT_PULL_DOWN = 8
}