This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Description
Describe the bug
The example code doesn't compile with Adafruit Feather M0.
Steps to Reproduce
chose Adafruit Feather M0 as board and compile
Expected behavior
compile without error
Additional context
It seems to be related to these lines in the code:
|
// Specific for SAMD21 SparkFun RedBoard Turbo |
|
#if !defined(Serial) && defined(ARDUINO_SAMD_ZERO) |
|
#define Serial SerialUSB |
|
#endif |
It somehow steps into this define.
It I uncomment these lines everything compiles without error and works fine.
Sorry for not having a better error description