Skip to content

Commit af5f0d1

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

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
@@ -677,7 +677,7 @@ Rotational speed unit of measurement used in the APIs:
677677

678678
### `"blocking" or "non blocking"`
679679

680-
While programming a microcontroller, the terms "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.
680+
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

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

0 commit comments

Comments
 (0)