Before we dive into what functions are, and how they are used, we'll first take a look at the define functions section of the Nettling standard template. Learn where in the code these functions will reside and how to find them.
Learn all about functions. This lesson will teach you how functions are similar to macros or subroutines. Instead of writing out the same block of code dozens of times, a function can be used instead.
Write the code necessary to build two different functions. The first function you will build will shut down the system. The second function will teach you how to pass in parameters to control a switcher.