View Main Course Content
View Main Course Content
7. Variables
DEFINE_VARIABLES Section
3.75 minutes
Introduces the concept of variables. Learn what variables are typically used for and where in the code you will define variables.
Variables Overview
10.5 minutes
This is an in depth look at the different types of variables. You will learn about the persistence of a variable as well as the different data types supported by Nettling.
Variables Implementation Part 1
8.25 minutes
Part 1 of implementing variables. In this tutorial, you will begin by making the necessary changes to your touch panel file and then work on defining your first variable in your code.
Variables Implementation Part 2 (Debugging)
4.5 minutes
Part 2 of implementing variables. Here you will continue learning how to create new variables along with introducing the concept of debugging.
Variables Implementation Part 3
4.75 minutes
Part 3 of implementing variables. Create a persistent variable to keep track of the number of times the master has been rebooted.
Variables Exercise
1.75 minutes
This exercise focuses on variables. You are given a set of instructions and you're challenged to work on your own in order to complete this exercise.
Variables Exercise Solution
4.25 minutes
This video has the instructor review the previous exercise in great detail.