js-sphero
Version:
Control Shero Mini.
11 lines (10 loc) • 385 B
TypeScript
import { CommandGenerator, ICommandWithRaw } from './types';
declare const _default: (generator: CommandGenerator) => {
batteryVoltage: () => ICommandWithRaw;
sleep: () => ICommandWithRaw;
something2: () => ICommandWithRaw;
something3: () => ICommandWithRaw;
something4: () => ICommandWithRaw;
wake: () => ICommandWithRaw;
};
export default _default;