Skip to content

Commit b64dd91

Browse files
Update content/arduino-cloud/01.guides/04.micropython/content.md
Co-authored-by: Karl Söderby <35461661+karlsoderby@users.noreply.github.com>
1 parent 3aac496 commit b64dd91

File tree

1 file changed

+1
-1
lines changed
  • content/arduino-cloud/01.guides/04.micropython

1 file changed

+1
-1
lines changed

content/arduino-cloud/01.guides/04.micropython/content.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ For more options on how to install libraries on your board, check out our [Insta
135135
## Programming the Board
136136

137137
### Cloud Connection
138-
You can connect the GIGA R1 to the Arduino Cloud with MicroPython. There are two main methods to create this connection `async` and `sync`.
138+
There are two main methods to create this connection `async` and `sync`.
139139

140140
#### Async (Default)
141141
This is the method currently implemented by default with the Cloud. Asynchronous operations allow tasks to run independently of the main program flow. Functions can start and continue without waiting for other tasks to finish. This non-blocking behavior is achieved using techniques like callbacks, coroutines, or the async and await keywords in MicroPython.

0 commit comments

Comments
 (0)