June 2021
Intermediate to advanced
440 pages
9h 22m
English
In this chapter you will
while and do-whilelong variablesYou can make your Arduino sketches easier to read and simpler to design by creating your own functions. You can also create modular code that you can reuse in subsequent projects. In addition to these topics, this chapter will introduce a way to have the Arduino make decisions that control blocks of code, and you’ll learn about a type of integer variable called the long. You’ll also use your own functions to create a new type of thermometer.
A function consists of a set of instructions, packaged as a unit and given ...
Read now
Unlock full access