Skip to content

Commit 15d0b12

Browse files
committed
Simplified README
1 parent c17ec6e commit 15d0b12

File tree

6 files changed

+0
-41
lines changed

6 files changed

+0
-41
lines changed

README.md

Lines changed: 0 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
This repository contains support for the following SparkFun Arduino-compatible development boards.
44

5-
**IMPORTANT NOTE:** These board files have been updated for compatibility with Arduino version 1.8 and higher. Some boards (e.g. SAMD) may not compile correctly with earlier versions of Arduino. If you need compatibility with earlier versions of Arduino, you can choose previous releases of these boards from the Boards Manager.
6-
75
#### AVR Boards
86

97
* [RedBoard](https://www.sparkfun.com/products/12757)
@@ -34,46 +32,7 @@ This repository contains support for the following SparkFun Arduino-compatible d
3432
* [ESP8266 Thing](https://www.sparkfun.com/products/13231)
3533
* [ESP8266 WiFi Shield](https://www.sparkfun.com/products/13287)
3634

37-
### Installation Instructions
38-
39-
To add board support for our products, start Arduino and open the Preferences window (**File** > **Preferences**). Now copy and paste the following URL into the 'Additional Boards Manager URLs' input field:
40-
41-
https://raw.githubusercontent.com/sparkfun/Arduino_Boards/master/IDE_Board_Manager/package_sparkfun_index.json
42-
43-
![Location of Additional Boards Manager URL input field](prefs-arrow.png)
44-
45-
If there is already an URL from another manufacturer in that field, click the button at the right end of the field. This will open an editing window allowing you to paste the above URL onto a new line.
46-
47-
### AVR and ESP Installation Instructions
48-
49-
Open the Boards Manager window by selecting **Tools** > **Board**, scroll to the top of the board list, and select **Boards Manager**.
50-
51-
![Boards Manager Menu](manager-menu.png)
52-
53-
If you type "sparkfun" (without quotes) into the "filter your search" field, you will see options to install SparkFun's AVR and ESP board files. Click in the desired box, and click the "Install" button that appears. Once installed, the boards will appear at the bottom of the board list.
54-
55-
![Sparkfun Boards](sparkfunboards.png)
56-
57-
### SAMD Installation Instructions
58-
59-
When installing SAMD boards, you will need to first install Arduino SAMD support, then SparkFun's SAMD boards.
60-
61-
Open the Boards Manager window by selecting **Tools** > **Board**, scroll to the top of the board list, and select **Boards Manager**. Now type "samd" (without quotes) into the "filter your search" field at the top of the window. Two entries should show up, one for Arduino SAMD boards, and one for SparkFun SAMD boards. We'll install both of these, starting with Arduino SAMD boards.
62-
63-
Click anywhere in the "Arduino SAMD Boards" box, and click "Install". This is a large installation and will take a while.
64-
65-
![Arduino SAMD Boards](manager-arrow.png)
66-
67-
Now click anywhere in the "SparkFun SAMD Boards" box, and click "Install". This is a small installation and will happen much faster.
68-
69-
![SparkFun SAMD Boards](manager-arrow2.png)
70-
71-
You're now ready to use SparkFun SAMD boards. They will appear at the bottom of the board list.
72-
7335
### Notes
7436

7537
* Some boards such as the Arduino Pro and Pro Mini come in more than one flavor. For these **you must select the correct processor** in the 'Tools' menu.
7638
* Information on compiling and programming the bootloaders can be found in the bootloaders directory.
77-
78-
**Have fun!**<br>
79-
\-Your friends at SparkFun

manager-arrow.png

-69.3 KB
Binary file not shown.

manager-arrow2.png

-73.5 KB
Binary file not shown.

manager-menu.png

-54.4 KB
Binary file not shown.

prefs-arrow.png

-161 KB
Binary file not shown.

sparkfunboards.png

-23.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)