-
Samd21 boards
Hi, I've made minor changes to get the library working on Trinket M0, probably it shall work on other samd boards as well.
I used Gary Grewal's MIDIUSB as reference for accessing th…
aelio updated
1 month ago
-
Receive following error when compiling
fatal error: samd21/Bus_SPI.hpp: No such file or directory
70 | #include "samd21/Bus_SPI.hpp"
| ^~~~~~~~~~~~~~~~~~~~
compilation terminat…
-
When trying to compile a project using this library for a Seeeduino XIAO SAMD21, I get the following errors:
`Audio.h:31:2: error: #error "Teensyduino version 1.20 or later is required to compile t…
-
Hi,
I have this Microchip board to run micropython on it. I have build the current master branch with
`make BOARD=SAMD21_XPLAINED_PRO`
but have the same problem as described in issue [13790](…
-
I am trying to compile for SAMD21 board. I get an error in line 19 "SerialUSB was not declared in this scope".
#if defined (ARDUINO_ARCH_SAMD)
#define Serial SerialUSB
#endif
-
Hi, attempting to run on Seeeduino Cortex M0 after successfully on pro mini. Lots of pin errors, mainly to do with pwm I think. Any input welcomed, anyone running on this type of hardware?
(sni…
-
Conflict with the latest arduino toolset for SAMD21 'synchronized' keyword:
```
c:\Users\Peter\Nextcloud\Projects\Arduino\libraries\grblHAL_MKRZERO\src\driver.c: In function 'driver_init':
c:\Users…
-
Hi, super library!
Will there be any support for the Arduino Zero samd21? I tried, but it failed to compile:
\Documents\Arduino\libraries\Arduino_ST7789_Fast-master\Arduino_ST7789_Fast.cpp: In m…
-
How about supporting SAMD21/Arduino Zero?! Or does anyone know of a bootloader for this controller that is able to flash/update via sdcard?!
-
Hey Josh,
I'd like to make a request for adding Seeeduino Xiao to the list of compatible MCUs for your MIDIcontroller library.
A bonus may be that the Xiao SAMD21 supports touch pins as well.
…