Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.5 KB

template.md

File metadata and controls

36 lines (24 loc) · 1.5 KB

Template for Tutorial Pages

Introduce your tutorial here. Include links to relevant background material. If you use any new items, add them to the master inventory as well.

Bill of Materials

Hardware Configuration

Add your hardware configuration here. Add an image where appropriate and include a Figure reference such as this one to Figure 1 below.

Figure 1. A picture of your hardware configuration

Figure 1. A picture of your hardware configuration. Include any details in the caption.

Network Configuration

Many DMX examples require a network. Describe your network configuration here. Include a Figure reference like Figure 2 if needed.

Figure 2. A picture of your network configuration.

Figure 2. A picture of your hardware configuration. Describe any details of the image here.

Program Configuration and Details

Describe your programming here. Include code samples like the one below if needed, and reference any figures needed as you did above.

function myFunction() {
   // here is a code sample. Make sure to comment your code.
}

Provide a link the the code as well.

Example Program

Provide a link the the full code and describe in a sentence what it will do.