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
Copy file name to clipboardExpand all lines: README.md
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,22 @@ APDuinoProject-arduino
3
3
4
4
Eclipse+AVR plugin based workspace with Arduino_Mega_2560 configuration
5
5
6
+
This is the official repo for the APDuino Project's Arduino sources.
7
+
For more information, visit the APDuino Project at http://apduino.org.
8
+
6
9
Pre-requisites:
7
10
* Arduino IDE 1.0 installed, USB communications to Arduino Mega 2560 established
8
11
* Eclipse + AVR plugin installed
9
12
* git or Eclipse egit plugin installed
10
13
11
-
Install
12
-
=======
14
+
Install from sources
15
+
====================
16
+
17
+
Normally the APDuino Project aims to provide a programming free experience (for ready-to-flash builds visit http://apduino.com/firmwares).
18
+
However, if you need to build from sources (eg. trying to use hardware components not supported by the official APDuinOS releases), this repo is for you.
19
+
_(And 3 more, pulled in as submodules.)_
20
+
21
+
There are two main methods to get & build the sources (once pre-requisites met):
0 commit comments