Week 5
TITLE: Arduino and C language
In this week I will continue my researchers on how to add the coding or the programming part into the Arduino and the basics of coding my project.
First, I downloaded the Arduino software https://www.arduino.cc/en/Main/Software.
then I start learning the basics of the application on how to select the board and select Arduino UNO, Then I started to write the code, the first part is knowing that any sketch in the application should have two types of void functions setup() and Loop().
Comments
Post a Comment