Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit e0bc318

Browse files
Merge pull request #2227 from arduino/karlsoderby/mp-101-bugfix-oct10
[MKC-1908] Update MP101 course
2 parents f535ee0 + 2779beb commit e0bc318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎content/micropython/02.micropython-course/course/02.introduction-python/02.intro-to-micropython.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If there is anything wrong with your code, you will receive an error. If not, it
6363

6464
## Loops
6565

66-
If you have plenty of experience in Arduino, you will be used to the concept of a **loop**. If you don't, you can read more about it [here](www.arduino.cc/reference/en/language/structure/sketch/loop/). This is not a requirement when using MicroPython. You can write a program that either just runs once, or continues to loop over and over.
66+
If you have previous experience with Arduino, you may know the concept of a **loop**. This is not a requirement when using MicroPython. You can write a program that either just runs once, or continues to loop over and over.
6767

6868
To make a program loop continuously, you will need to use a **while loop** inside your script.
6969

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /