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
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,18 @@ The Arduino IDE for advanced users and developers.
5
5
The new Arduino IDE is a completely new Development Environment for Arduino Programming based on more modern technologies.
6
6
This repo is a preview of the final product and has to be considered as an unstable *alpha* version.
7
7
8
-
## Download
8
+
## Getting Started
9
+
10
+
### Download
9
11
You can find the last published version in the [Releases Section](https://github.com/arduino/arduino-pro-ide/releases) of this repo
10
12
13
+
### Install a core to support your board
14
+
The Arduino Pro IDE does not provide pre-installed cores, to have board support you have to install a core by using the menu
15
+
16
+
Tools -> Board Manager...
17
+
18
+
Then search for your board and install the proper core.
19
+
11
20
## User Feedback and Issue Report
12
21
We need your help in improving the product, before releasing the source code we want to move out of the alpha and we need your help.
13
22
Please test the Arduino Pro IDE and report us bugs or feature requests at: https://github.com/arduino/arduino-pro-ide/issues
0 commit comments