Skip to content

Commit 44b3451

Browse files
committed
fix linter errors
1 parent 9f2eb24 commit 44b3451

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/hardware/08.edu/solution-and-kits/alvik/tutorials/getting-started-mblock/getting-started-mblock.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Start with Alvik and Block-based Language"
2+
title: "Start With Alvik And Block-based Language"
33
difficulty: beginner
44
description: "Take your first steps with Arduino® Alvik and mBlock."
55
tags:
@@ -95,7 +95,7 @@ To find the "mLink - mBlock web version driver" and download the appropriate fil
9595

9696

9797

98-
## Connect the robot to mBlock
98+
## Connect the Robot to mBlock
9999

100100
To program Alvik, start by opening the mBlock software if you haven’t already. Once the software is open, follow these steps to connect:
101101

@@ -144,9 +144,9 @@ Explore mBlock to start programming Alvik. You'll find a list of visual blocks i
144144

145145
Every parameter inside the **rectangle area**, for example the number `5` or the `cancel ▼` element in the dropdown menu can be edited, to give Alvik a different behavior.
146146

147-
![yellow-blink](assets/yellow-blink.png)
147+
![yellow LED rectangle commands](assets/yellow-blink.png)
148148

149-
Some blocks, for example in `Control` section, have an angular tile `` parameter, where you can drag and drop in an entire block, allowing you to nest commands like`if < > then { }`.
149+
Some blocks, for example in the`Control` section, have an **hexagonal** tile `` parameter, where you can drag and drop in an entire block, allowing you to nest commands like for `if < > then { }`.
150150

151151
## Blink
152152

@@ -168,14 +168,14 @@ The goal of our first program is to make the LEDs flash when you press a button
168168

169169
Now you’ve created your first program: Alvik will turn on the left LED for one second when the OK `` button is pressed.
170170

171-
![Blink](assets/blink.gif)
171+
![Blink program](assets/blink.gif)
172172

173173
### ToF Sensor Example
174174

175175
use the command `if < > then { } else { }`
176-
176+
177177
Alvik needs time to read the distance sensor, and if you keep looping too fast, it might get overwhelmed. To fix this, add a **small delay** (about 0.1 seconds). This won’t change much in behavior but will give Alvik **enough time to read the sensor**.
178-
178+
179179
### Next Steps
180180

181181
* If you want to learn more about how Alvik is built or which functions you can use to program it, visit the documentation in the [Docs space for Alvik](https://docs.arduino.cc/hardware/alvik/) and follow the respective [Alvik's User Manual](https://docs.arduino.cc/hardware/alvik/user-manual) to know more about how to build incredible projects with your robot!

0 commit comments

Comments
 (0)