robotics-masters / mm1-hat-arduino

Repository for storing Arduino related files and custom board definition.
GNU General Public License v3.0
8 stars 6 forks source link

Prereqs #2

Closed wallarug closed 5 years ago

wallarug commented 5 years ago

This is what I have installed: Arduino AVR Boards (not needed) Arduino SAM Boards (32-bits ARM Cortex-M0+) 1.6.20 Arduino SAMD Beta Boards (32-bits ARM Cortex-M0+) 1.6.25 Adafruit SAMD Boards 1.2.9 Robo HAT Boards by Robotics Masters 0.0.3

wallarug commented 5 years ago

include "sam.h"

installing the beta samd boards fixes the error

hmic commented 5 years ago

The 0.0.4 branch updates all tools and fixes missing dependencies.

wallarug commented 5 years ago

Excellent. Thanks Hans.