Actualités

In this labsson, we will continue with Arduino programming by introducing coding concepts such as variables, loops, and conditional statements. Furthermore, we will apply these concepts in a practical ...
Creates an array holding button states. Includes the function checkButtonStateAndUpdate() that updates the button states. Whilst updating, the function knows that the arduino's code will run many ...
Did you know that you can use Arduino to turn on an LED when you press a button? Well, it is true, you can do this! Leaving the joke aside, let me show how you can achieve this. You will need the ...
Like in the Arduino IDE, PlatformIO allows you to either Build or Build and Upload your Arduino program to your board. In the blue bar under Visual Studio Code, you should see a check and arrow next ...