Skip to content

Commit e1c4901

Browse files
authored
Update content/learn/01.starting-guide/00.getting-started-arduino/getting-started-arduino.md
1 parent a2661b6 commit e1c4901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/01.starting-guide/00.getting-started-arduino/getting-started-arduino.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Depending on the Arduino board, you will find many more components. The componen
8787

8888
### Basic Operation
8989

90-
Most Arduino boards are designed to have a single program running on the microcontroller. This program can be designed to perform one single action, such as blinking an LED. It can also be designed to execute hundreds of actions in a cycle. The scope varies from a program to another.
90+
Most Arduino boards are designed to have a single program running on the microcontroller. This program can be designed to perform one single action, such as blinking an LED. It can also be designed to execute hundreds of actions in a cycle. The scope varies from one program to another.
9191

9292
The program that is loaded to the microcontroller will start execution as soon as it is powered. Every program has a function called "loop". Inside the loop function, you can for example:
9393

0 commit comments

Comments
 (0)