Hi,
I am trying to use an Arduino M0 board (with SAMD21 processor)
After I had included some #ifndef ARDUINO_ARCH_SAMD statements in the MrlComm.ino source files, I was able to upload this script to the board without any error.
I also managed to run the arduino service in MyRobotLab connected with this board, but somehow connecting this arduino-service to a servo fails. (no error message, just stops)
I think I have to add this board to boards.txt, but I have no idea where to find the settings/parameters for this board.
Can anyone help?