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
- rename directory from Arduino_Apollo3 to 2.x.x from above
40
+
- restart Arduino and enjoy.
41
+
42
+
## Getting Started
43
+
For in depth tutorials, checkout out the [Artemis page](https://www.sparkfun.com/artemis) for the latest. Tutorials that may be of interest include:
44
+
-[Installing Board Definitions in the Arduino IDE](https://learn.sparkfun.com/tutorials/installing-board-definitions-in-the-arduino-ide)
45
+
-[Artemis Development with the Arduino IDE](https://learn.sparkfun.com/tutorials/artemis-development-with-the-arduino-ide)
46
+
47
+
If you are comfortable with the arduino IDE and already have the boards installed, we recommend trying some examples from within the arduino IDE. Start with the "Built-in Examples" from arduino, but don't forget to checkout out some of the board specific examples that we have included with the package. These demonstrate how to use some of the libraries that make our Artemis board unique, and can take your next project to a new level!
33
48
34
49
## Development Status
35
50
36
-
* v2.0.0 based on an [mbed-os](https://github.com/ARMmbed/mbed-os) framework
51
+
* v2.0.0 Based on an [mbed-os](https://github.com/ARMmbed/mbed-os) framework
52
+
* v2.1.0 Contains latest fixes for the v2 core and feature that have been added since v2 release
53
+
54
+
For more information on how to contribute or how to navigate this repo, check out the [Contributing](./docs/CONTRIBUTING.md) page.
55
+
56
+
As mentioned MbedOS is the framework to our latest Arduino Core. To contribute to, or use these targets on, MbedOS check out the [main repo by ARM](https://github.com/ARMmbed/mbed-os). This library uses mbed libraries built from a fork of mbed that is maintained by us. The latest version of that repo can be found [here](https://github.com/sparkfun/mbed-os-ambiq-apollo3/tree/ambiq-apollo3-arduino).
37
57
38
58
**Main Arduino Features**
39
59
* Serial: ✅
@@ -56,11 +76,11 @@ An mbed-os enabled Arduino core for Ambiq Apollo3 based boards
0 commit comments