-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added placeholder docs for tutorials 3 and 4
- Loading branch information
1 parent
d86b62d
commit e890d3e
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
.. _position_compare_tutorial: | ||
|
||
Position Compare Tutorial | ||
========================= | ||
|
||
This tutorial will introduce you to the concept of Position Compare. It will | ||
show a one dimensional scan of an encoder, how to create trigger pulses | ||
at regularly spaced positional intervals, and capture time information. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
.. _snake_scan_tutorial: | ||
|
||
Snake Scan Tutorial | ||
=================== | ||
|
||
This tutorial will introduce the concept of table based position compare | ||
using the SEQ block to do a two dimensional 'snake' scan. This is where the | ||
X dimension scans forward over the range, Y steps forward, then X scans | ||
backwards, repeated until the scan is complete. |