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
This repository contains the source code and configuration files of the Arduino Core for Atmel's SAM3X processor (used on the [Arduino Due](https://www.arduino.cc/en/Main/ArduinoBoardDue) board).
4
+
5
+
## Installation on Arduino IDE
6
+
7
+
This core is available as a package in the Arduino IDE cores manager.
8
+
Just open the "Boards Manager" and install the package called:
9
+
10
+
***Arduino SAM Boards (32-bit ARM Cortex-M3)**
11
+
12
+
## Support
13
+
14
+
There is a dedicated section of the Arduino Forum for general discussion and project assistance:
15
+
16
+
http://forum.arduino.cc/index.php?board=87.0
17
+
18
+
## Bugs or Issues
19
+
20
+
If you find a bug you can submit an issue here on github:
21
+
22
+
https://github.com/arduino/ArduinoCore-sam/issues
23
+
24
+
Before posting a new issue, please check if the same problem has been already reported by someone else to avoid duplicates.
25
+
26
+
## Contributions
27
+
28
+
Contributions are always welcome.
29
+
The preferred way to receive code contribution is by submitting a Pull Request on github.
0 commit comments