Type aliases
AnimationStatus
AnimationStatus: "loop" | "registrate" | "pause" | "resume"
BitType
BitType: 5 | 6 | 7 | 8
DirectiveAnimationFrameFunction
DirectiveAnimationFrameFunction: (index: number) => void
DriveType
DriveType: "5v" | "3v" | "open-drain"
EventHandler
EventHandler: (...args: any) => any
FlowControlType
FlowControlType: "off" | "rts" | "cts" | "rts-cts"
GrovePinOption
GrovePinOption: "default" | "secondaryOnly"
I2CMode
I2CMode: "master" | "slave"
ObnizMeasureResultArray
ObnizSwitchCallback
ObnizSwitchState
ObnizSwitchState: "none" | "push" | "left" | "right"
PWMModulateType
PWMModulateType: "am"
ParityType
ParityType: "off" | "odd" | "even"
PeripheralGroveType
PeripheralGroveType: "digital" | "analog" | "analog-digital" | "i2c" | "uart" | "pwm"
PluginReceiveCallbackFunction
PluginReceiveCallbackFunction: (data: number[], str: string | null) => void
Type declaration
-
- (data: number[], str: string | null): void
-
Parameters
-
data: number[]
-
str: string | null
Returns void
PullType
PullType: "5v" | "3v" | "0v" | null
StopBitType
StopBitType: 1 | 1.5 | 2
TCPConnectionCallbackFunction
TCPConnectionCallbackFunction: (connected: boolean) => void
Type declaration
-
- (connected: boolean): void
TCPErrorCallbackFunction
TCPErrorCallbackFunction: (error: any) => void
TCPReceiveCallbackFunction
TCPReceiveCallbackFunction: (data: number[]) => void
Animation Status