Changes

no edit summary
Line 61: Line 61:  
== Arduino IDE and internal Libraries ==
 
== Arduino IDE and internal Libraries ==
   −
===Arduino IDE===
+
===Arduino IDE:===
 
After getting introduced to some of the basic structures of coding, its important to get to know the integrated development environment, or IDE that the coder will use to edit and compile the written programs. For all Arduino boards, the IDE used is the Arduino IDE, available online at: https://www.arduino.cc/en/software. The following figure guides the users to the basic on the basic options available on the IDE:
 
After getting introduced to some of the basic structures of coding, its important to get to know the integrated development environment, or IDE that the coder will use to edit and compile the written programs. For all Arduino boards, the IDE used is the Arduino IDE, available online at: https://www.arduino.cc/en/software. The following figure guides the users to the basic on the basic options available on the IDE:
    
[[File:Arduino IDE2.jpg|930x930px]]
 
[[File:Arduino IDE2.jpg|930x930px]]
   −
====Blink program====
+
===Blink program:===
 
The Arduino IDE provides creators with a plethora of written programs that are fully ready to run on an arduino board. They are located in the Files>Examples folder. Amongst the most basic is the "Blink" program, which can be used to not only get to know the basic features in the software and the hardware, but are also a great way to test the connectivity between the arduino board and the user's computer. This program is located in Files>Examples>01.Basics>Blink.  
 
The Arduino IDE provides creators with a plethora of written programs that are fully ready to run on an arduino board. They are located in the Files>Examples folder. Amongst the most basic is the "Blink" program, which can be used to not only get to know the basic features in the software and the hardware, but are also a great way to test the connectivity between the arduino board and the user's computer. This program is located in Files>Examples>01.Basics>Blink.  
   Line 91: Line 91:  
|Pauses the program for the amount of time specified in the parameter.
 
|Pauses the program for the amount of time specified in the parameter.
 
|}
 
|}
 +
 +
=== Serial Monitors: ===
    
==Basic Understanding of Programming==
 
==Basic Understanding of Programming==
MakerRepo Staff, MakerRepo Volunteers
240

edits