Reference¶
Reference pages are the facts: exact shortcuts, file formats and APIs. They're for looking things up, not for reading end-to-end.
- Keyboard shortcuts — every key combo, by platform.
- Instrument telemetry API — the
scope(),meter()andplot()functions your program calls to feed Snakie's instruments. parts.ymlreference — every field in a Parts Library part file.robot.ymlreference — the project file that links your board, parts, wiring and robot model.- Supported boards — the boards Snakie can draw and flash.
- Plugin API — what a Snakie plugin can do.
Reference vs. explanation
Reference tells you what something is. If you want to know why it works that way, read the matching Explanation page.