Skip to content

Commit 6978ae2

Browse files
authored
Merge pull request #1 from dmadison/cleanup
Cleanup
2 parents d4f2497 + 52cc51c commit 6978ae2

File tree

804 files changed

+250
-131234
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

804 files changed

+250
-131234
lines changed

IDE_Board_Manager/package_sparkfun_index.json

Lines changed: 0 additions & 1093 deletions
This file was deleted.
-1.84 MB
Binary file not shown.
-1.84 MB
Binary file not shown.
-5.18 MB
Binary file not shown.
-263 KB
Binary file not shown.
-273 KB
Binary file not shown.
-275 KB
Binary file not shown.
-274 KB
Binary file not shown.
-277 KB
Binary file not shown.
-191 KB
Binary file not shown.
-201 KB
Binary file not shown.
-283 KB
Binary file not shown.
-315 KB
Binary file not shown.
-316 KB
Binary file not shown.
-321 KB
Binary file not shown.
-330 KB
Binary file not shown.
-443 KB
Binary file not shown.
-1.18 MB
Binary file not shown.
-1.18 MB
Binary file not shown.
-1.19 MB
Binary file not shown.
-1.11 MB
Binary file not shown.
-1.11 MB
Binary file not shown.
-1.18 MB
Binary file not shown.
-1.18 MB
Binary file not shown.
-1.18 MB
Binary file not shown.

README.md

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -2,78 +2,16 @@
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

9-
* [RedBoard](https://www.sparkfun.com/products/12757)
107
* [MaKey MaKey](https://www.sparkfun.com/products/11511)
118
* [Pro Micro 3.3V](https://www.sparkfun.com/products/10999)
129
* [Pro Micro 5V](https://www.sparkfun.com/products/11098)
1310
* [Fio v3](https://www.sparkfun.com/products/11520)
1411
* [Qduino Mini](https://www.sparkfun.com/products/13614)
15-
* [Digital Sandbox](https://www.sparkfun.com/products/12651)
16-
* [Mega Pro 3.3V](https://www.sparkfun.com/products/10744)
17-
* [Mega Pro 5V](https://www.sparkfun.com/products/11007)
18-
* [RedBot](https://www.sparkfun.com/products/12097)
19-
* [Serial 7-Segment Display](https://www.sparkfun.com/products/11441)
20-
* [ATmega128RFA1 Development Board](https://www.sparkfun.com/products/11197)
2112
* [LilyPad USB Plus](https://www.sparkfun.com/products/14346)
2213

23-
#### SAMD (ARM Cortex-M0+) Boards
24-
25-
* [SparkFun SAMD21 Dev Breakout](https://www.sparkfun.com/products/13672)
26-
* [SparkFun SAMD21 Mini Breakout](https://www.sparkfun.com/products/13664)
27-
* [SparkFun 9DoF Razor IMU M0 (SAMD21)](https://www.sparkfun.com/products/14001)
28-
* [SparkFun LilyMini ProtoSnap (SAMD11)](https://www.sparkfun.com/products/14063)
29-
* [SparkFun LilyMini (SAMD11)](https://www.sparkfun.com/products/14064)
30-
* [SparkFun SAMD21 Pro RF LoRa 915MHz](https://www.sparkfun.com/products/14916)
31-
32-
#### ESP8266 Boards
33-
34-
* [ESP8266 Thing](https://www.sparkfun.com/products/13231)
35-
* [ESP8266 WiFi Shield](https://www.sparkfun.com/products/13287)
36-
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-
7314
### Notes
7415

7516
* 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.
7617
* 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.

sparkfun/avr/Qduino/Qduino.h

Lines changed: 0 additions & 67 deletions
This file was deleted.

sparkfun/avr/Qduino/examples/batteryLeveltoRGB/batteryLeveltoRGB.ino

Lines changed: 0 additions & 55 deletions
This file was deleted.

sparkfun/avr/Qduino/examples/fuelGauge/fuelGauge.ino

Lines changed: 0 additions & 38 deletions
This file was deleted.

sparkfun/avr/Qduino/examples/rgbLED/rgbLED.ino

Lines changed: 0 additions & 81 deletions
This file was deleted.

0 commit comments

Comments
 (0)