has anyone managed to get the examples provided on Würth's github working with the arduino zero? I've spent most of today trying to figure it out but after solving one error, another one pops up. I'm not familiar with platformio at all. first time using it. Also not familiar at all with the adafruit m0express or adafruit's way to "wrap" the samd mcu, so upon editing the platformio.ini provided in the examples i am met with lots of different errors. I've been chasing the errors one after the other, but after "solving" one, another one pops up, and it looks like this is deeply tied to the adafruit environment and using an arduino board with the examples will not be easy(at least for someone not very familiar with either arduino, not adafruit's environment, nor platformio)
looking at the "main" files in the example, i don't see why this is so deeply connected to adafruit's thing. the platformio.ini file "mentions"(i have no clue about the terminology) some libraries: easybutton, adafruit neopixel, and the extra libs section of the .ini also points to a bunch of libraries in the ..../common folder of the project.
any idea of where to start to migrate a platformio project from the m0express to the zero?
thank you!