UNPKG

ns-joycon

Version:

Extract data from connected Jon-Con of Nintendo Switch.

11 lines (10 loc) 260 B
export interface IDeviceInfo { firmwareVersion: { major: number; minor: number; }; type: string; macAddress: string; spiColorInUsed: boolean; } export declare type InputReportMode = 'standard-full-mode' | 'simple-hid-mode';