Arduino Core for Arancino Boards
This repository contains the source code and configuration files of the Arancino Boards for Atmel's SAMD21 processor (used on the Arancino and Arancino Mignon boards).
Installation on Arduino IDE
This core is available as a package in the Arduino IDE cores manager. If you want to install it:
- Open the Preferences of the Arduino IDE.
- Add this URL
https://git.smartme.io/smartme.io/arancino/arduino/smartmeio-package-index/raw/master/package_smartmeio_index.json
in the Additional Boards Manager URLs field, and click OK. - Open the Boards Manager (menu Tools->Board->Board Manager...)
- Install Arancino Boards
- Select one of the boards under Arancino Boards in Tools->Board menu
- Compile/Upload as usual
Installation on Platform.IO and Visual Studio Code
Work in progress
License and credits
This core has been developed by Arduino LLC in collaboration with Atmel, and customized by smartme.IO s.r.l.
Copyright (c) 2019 smartme.IO. All right reserved.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Arduino and Atmel are trademarks of their respective owners.