You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 22, 2021. It is now read-only.
The Arduino Pro IDE bring features that address the needs of advanced users whilst retaining continuity with the simple "classic" Arduino IDE.
2
+
The Arduino Pro IDE brings features that address the needs of advanced users whilst retaining continuity with the simple "classic" [Arduino IDE](https://github.com/arduino/Arduino).
3
3
4
-
*This repo is an a preview of the final product and has to be considered as an unstable *alpha* version.*
4
+
*This repo is a preview of the final product and has to be considered as an unstable alpha version.*
5
5
6
6
## Idea
7
7
The Arduino Pro IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.
@@ -10,13 +10,14 @@ The Arduino Pro IDE is a completely new Development Environment for Arduino Prog
10
10
11
11
### Download
12
12
13
-
You can download this alpha preview for testing and feedback from the [Releases Section](https://github.com/arduino/arduino-pro-ide/releases) of this repo. *Note this is not a production release!*
13
+
You can download this alpha preview for testing and feedback from the [Releases Section](https://github.com/arduino/arduino-pro-ide/releases) of this repo.
14
+
*<b>Note</b>: This is not a production release!*
14
15
15
16
### Arduino CLI
16
17
17
18
The Arduino Pro IDE uses the `arduino-cli` binary found in the system's PATH or its own embedded one if the `arduino-cli` is not found.
18
-
So please be sure you have the latest version of the CLI as described in the [How to Install the Arduino CLI](https://github.com/arduino/arduino-cli#how-to-install) doc,
19
-
or remove your `arduino-cli` from the system PATH
19
+
So please make sure you have the latest version of the [Arduino CLI](https://github.com/arduino/arduino-cli) as described in the [How to Install the Arduino CLI](https://github.com/arduino/arduino-cli#how-to-install) doc,
20
+
or remove your `arduino-cli` from the system PATH.
20
21
21
22
You can check your `arduino-cli` version with
22
23
@@ -25,21 +26,21 @@ $ arduino-cli version
25
26
```
26
27
27
28
### Install a core to support your board
28
-
The Arduino Pro IDE does not provide pre-installed cores, to have board support you have to install a core by using the menu
29
+
The Arduino Pro IDE does not provide pre-installed cores, so, to have board support, you have to install a core by using the menu
29
30
30
31
Tools -> Board Manager...
31
32
32
33
## User Feedback and Issue Report
33
-
Before releasing the source code we want to move out of the alpha and we want your feedback to do this! Please test the Arduino Pro IDE and report bugs or feature requests at: https://github.com/arduino/arduino-pro-ide/issues
34
+
Before releasing the source code we want to move out of the alpha and we want your feedback to do this! Please test the Arduino Pro IDE and report bugs or feature requests at: https://github.com/arduino/arduino-pro-ide/issues.
34
35
35
36
## Technology
36
37
The Arduino Pro IDE is based on the following technologies:
0 commit comments