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.
* General docs about the project
* 'Added contribution mentioning'
* Added copyright info
* Fixed typos and Copyright notice
* Added minimal getting started section
* Fix wording
Copy file name to clipboardexpand all lines: README.md
+14-4
Original file line number
Diff line number
Diff line change
@@ -1,24 +1,34 @@
1
1
# Arduino Pro IDE
2
-
The new 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 bring features that address the needs of advanced users whilst retaining continuity with the simple "classic" Arduino IDE.
3
3
4
4
*This repo is an a preview of the final product and has to be considered as an unstable *alpha* version.*
5
5
6
6
## Idea
7
-
The new Arduino Pro IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.
7
+
The Arduino Pro IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.
8
8
9
9
## Getting Started
10
10
11
11
### Download
12
12
13
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!*
14
14
15
+
### Arduino CLI
16
+
17
+
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
20
+
21
+
You can check your `arduino-cli` version with
22
+
23
+
```
24
+
$ arduino-cli version
25
+
```
26
+
15
27
### Install a core to support your board
16
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
17
29
18
30
Tools -> Board Manager...
19
31
20
-
Then search for your board and install the appropriate core.
21
-
22
32
## User Feedback and Issue Report
23
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
0 commit comments