Skip to content

Adding path to Arduino Create Agent #255

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 23, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@ When we are done, we should see this screen:

Congratulations, you now have the necessary tools to start using the Web Editor.

> You can find the Arduino Create Agent files by following the path that relates to your operative system:
>
> **Windows:** `C:\Users\{username}\AppData\Roaming\ArduinoCreateAgent`
>
> **MacOS:** `Users/{username}/Applications/ArduinoCreateAgent`
>
> **Linux:** `/home/<user>/ArduinoCreateAgent`

### Uploading a simple example

Now, let's take a look at how the Web Editor works, by uploading a simple example to the board. First, we need to navigate to the Web Editor, by either [clicking this link](https://create.arduino.cc/editor) or clicking the menu at the top right corner, following the image below:
Expand Down Expand Up @@ -80,4 +88,4 @@ If we look at the board we uploaded the code to, we should see the onboard LED b

#### More tutorials

You can find more tutorials in the [Web Editor documentation page](/cloud/web-editor/).
You can find more tutorials in the [Web Editor documentation page](/cloud/web-editor/).