he style guide is a reference document on how you should format your code. This video will show you where to find our style guide and why you should follow it.
his tutorial will teach you how to insert comments into your code as well as why we use them. Review both single-line comments, as well as commenting out entire blocks of code.
This is your very first exercise to practice what you've learned so far. This exercise will have you building your own button events to control various relays and channels.
This tutorial provides an overview of using feedback in your code. What is feedback? Why is it necessary? And, what are the different types of feedback?
Step-by-step tutorial of writing feedback statements in your code. Learn two different methods including channel events, as well as single line feedback in the define program section of your code template.