Skip to content

Commit af5b68b

Browse files
committed
First commit
0 parents  commit af5b68b

File tree

2 files changed

+50
-0
lines changed

2 files changed

+50
-0
lines changed

.gitignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# OS generated files #
2+
######################
3+
.DS_Store
4+
.DS_Store?
5+
._*
6+
.Spotlight-V100
7+
.Trashes
8+
ehthumbs.db
9+
Thumbs.db

README.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Arduino Robot
2+
As the original libraries have been retired by Arduino this core tries to
3+
reimplement all the functionality of both Arduino Robot boards with some added
4+
extensions.
5+
6+
This core requires at least Arduino IDE v1.6, where v1.6.11 or newer is
7+
recommended and required.
8+
9+
## How to install
10+
<!---
11+
### Boards Manager Installation
12+
This installation method requires Arduino IDE version 1.6.11 or greater.
13+
* Open the Arduino IDE.
14+
* Open the **File > Preferences** menu item.
15+
* Enter the following URL in **Additional Boards Manager URLs**:
16+
`https://j54n1n.github.io/arduinorobot/package_j54n1n_arduinorobot_index.json`
17+
* Open the **Tools > Board > Boards Manager...** menu item.
18+
* Wait for the platform indexes to finish downloading.
19+
* Scroll down until you see the **Arduino Robot Boards** entry and click on it.
20+
* Click **Install**.
21+
* After installation is complete close the **Boards Manager** window.
22+
--->
23+
### Manual Installation
24+
Click on the "Clone or download" button in the upper right corner. Exctract the
25+
ZIP file, and move the extracted folder to the location
26+
"**~/Documents/Arduino/hardware**" or to your selected sketckbook folder. Create
27+
the "hardware" folder if it doesn't exist. Open Arduino IDE, and a new category
28+
in the boards menu called "Arduino Robot Boards" will show up.
29+
30+
## Derived Open Source Software
31+
Portions of this software have been modified from Arduino source that is
32+
covered by either [L]GPLv2 or [L]GPLv3. The licensing details are generally
33+
contained within the files themselves. However, if there are no licensing
34+
specifications, it should be treated as being the same as for the Arduino 1.6.11
35+
environment (and later, as appropriate). It is also available free of charge.
36+
37+
For more information, including trademarks and copyrights and licenses, see
38+
39+
&nbsp;&nbsp;&nbsp;&nbsp;http://arduino.cc/
40+
41+
as well as the copyright and licenses for the relevant source files.

0 commit comments

Comments
 (0)