Skip to content

Commit 3ddfb15

Browse files
authored
Update content/hardware/08.edu/solution-and-kits/alvik/tutorials/api-overview/api-overview.md
1 parent af5f0d1 commit 3ddfb15

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/08.edu/solution-and-kits/alvik/tutorials/api-overview

1 file changed

+1
-1
lines changed

content/hardware/08.edu/solution-and-kits/alvik/tutorials/api-overview/api-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ Rotational speed unit of measurement used in the APIs:
679679

680680
While programming a microcontroller, the term "blocking" means that **all the resources are used only in performing a specific action, and no other things can happen at the same time**. Usually this is used when you want to be precise or you don't want anything else that could interact with the action you are performing.
681681

682-
On the other hand, "Non blocking", means that the microcontroller is free to do other thing while the action is been performed.
682+
On the other hand, "Non blocking", means that the microcontroller is free to do other things while the action is been performed.
683683

684684
## Examples
685685
These examples demonstrate practical implementations on how to use the Arduino Alvik API. Whether you're working with MicroPython or C++, these simple examples will help you understand how to implement various features in your projects, making it easy to get started with the Alvik in the language you're most comfortable with.

0 commit comments

Comments
 (0)