Skip to content

Instantly share code, notes, and snippets.

@ConnorRigby
Created January 2, 2017 19:43
Show Gist options
  • Save ConnorRigby/188b23642c5c3ee26a7a05f3cfffed6c to your computer and use it in GitHub Desktop.
Save ConnorRigby/188b23642c5c3ee26a7a05f3cfffed6c to your computer and use it in GitHub Desktop.
export interface botStatus {
mcu_params: {
[name: string]: integer
};
location: [number,number,number];
pins: {
[name: string]:
{mode: 0 | 1,
value: number
}};
configuration: {[name: string]: any};
informational_settings: {[name: string]: any};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment