Arduino MKR 1010 SERCOMs

Hello Everyone,

I recently bought an Arduino MKR 1010 for IoT projects. However, when I looked through the boards chip's datasheet (samd21), I found that you can change the types of serial communication types.

Page 30

I found an Adafruit tutorial on how to do this using the Arduino IDE... However, I am wondering if you can change them in the boards file, or the variants file. Does anyone know another way?

Adafruit tutorial

I would appreciate some help.

Thank you

However, I am wondering if you can change them in the boards file, or the variants file.

Neither the boards nor the variants file are suited for this. Why not simply in the sketch code?

I would appreciate some help.

To do what exactly?