Skip to content

Commit

Permalink
Added placeholder docs for tutorials 3 and 4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtrafford committed Jan 8, 2024
1 parent d86b62d commit e890d3e
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/user/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ side-bar.

tutorials/tutorial1_blinking_leds.rst
tutorials/tutorial2_position_capture.rst
tutorials/tutorial3_position_compare.rst
tutorials/tutorial4_snake_scan.rst

+++

Expand Down
8 changes: 8 additions & 0 deletions docs/user/tutorials/tutorial3_position_compare.rst
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.
9 changes: 9 additions & 0 deletions docs/user/tutorials/tutorial4_snake_scan.rst
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.

0 comments on commit e890d3e

Please sign in to comment.