Files
xod/docs/guide/README.md
2017-11-30 16:55:57 +03:00

23 lines
461 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: Users Guide
---
Users Guide
============
## Making your own nodes
* [Creating nodes for XOD in XOD](./nodes-for-xod-in-xod/)
* [Creating analog sensor driver nodes](./analog-sensor-node/)
## Doing things sequentially
* [Simple traffic light example](./simple-traffic-light/)
## Concepts
* [Program structure](./program-structure/)
* [Data types](./data-types/)
* [Linking rules](./linking-rules/)
* [Execution model](./execution-model/)