Skip to content

Commit 6d356dc

Browse files
authored
Update README.md
1 parent 188baea commit 6d356dc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

Diff for: README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Current focus is to begin building support for the essential Arduino libraries i
1919
* Working:
2020
* ditigal functions (read / write)
2121
* analogRead
22-
* Under Construction:
2322
* analogWrite
23+
* Under Construction:
2424
* interrupts
2525
* Timing
2626
* Working:
@@ -40,7 +40,11 @@ Current focus is to begin building support for the essential Arduino libraries i
4040

4141
The structure of this repo is such that it will most closely resemble the structure required when it is time to add it to the Arduino boards manager. Until then you'll have to use the manual installation process.
4242

43-
* Using Arduino IDE Boards Manager (not yet supported)
43+
* [Using Arduino IDE Boards Manager](https://github.com/sparkfun/Arduino_Boards) (Reccomended)
44+
* Follow the instructions at the [SparkFun Arduino Boards Repo](https://github.com/sparkfun/Arduino_Boards)
45+
* Open 'Boards Manager' and select 'SparkFun Apollo3 Boards,' install the latest version.
46+
47+
4448
* [Manually Install in Arduino Sketchbook]()
4549
* **First** Install the Arduino SAMD Boards through the Arduino Board Manager. This is required for the ARM Cortex-M toolchain.
4650
* Open your Arduno sketchbook folder, listed in Arduino's preferences pane (it is where your libraries folder lives)

0 commit comments

Comments
 (0)