Arduino
Basic Programming
Learn the Basics of Arduino Programming
Use functions, classes, and objects to make your code simpler and more powerful. Arrays can be used to program keypads and LCD displays, and switch case statements can detect key presses from an IR remote control. Check out the tutorials below to take your coding skills to the next level!
Using Loops in Arduino Programming
Loops are used to control the flow of a program. You have complete control over when the program enters or exits a loop by defining certain conditions in the code.
How to Use Variables in Arduino Programs
In this tutorial we will focus on using variables, declaring variables, naming variables, and doing math with variables on the Arduino.
How to Use Arduino Libraries
Libraries make programming on the Arduino so much easier. We will install libraries from the three most common sources of library code.
How to Use Conditional Statements in Arduino Programming
In this article we will learn how to use if statements, if else statements, and if else if statements in Arduino programs.
How to Do Math in Arduino Programs
Learn how to perform basic and advanced math calculations in an Arduino program.
Using Data Types in Arduino Programming
Data types are important to understand because they determine the types of data that variables can store.
Using Compound Operators in Arduino Programming
Compound operators are a shorthand way to do simple math with variables that will make your code more efficient.
Using Logical Operators in Arduino Programming
Logical operators can give you another element of control over the flow of your program.