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
+6-2
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,8 @@ Current focus is to begin building support for the essential Arduino libraries i
19
19
* Working:
20
20
* ditigal functions (read / write)
21
21
* analogRead
22
-
* Under Construction:
23
22
* analogWrite
23
+
* Under Construction:
24
24
* interrupts
25
25
* Timing
26
26
* Working:
@@ -40,7 +40,11 @@ Current focus is to begin building support for the essential Arduino libraries i
40
40
41
41
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.
42
42
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
+
44
48
*[Manually Install in Arduino Sketchbook]()
45
49
***First** Install the Arduino SAMD Boards through the Arduino Board Manager. This is required for the ARM Cortex-M toolchain.
46
50
* Open your Arduno sketchbook folder, listed in Arduino's preferences pane (it is where your libraries folder lives)
0 commit comments