BlokasLabs / USBMIDI

USB MIDI library for Arduino.
Other
189 stars 14 forks source link

seeed_XIAO_m0 "PluggableUSB.h: No such file or directory" #19

Open marchingband opened 2 years ago

marchingband commented 2 years ago

Hello. I am trying to use this lib with Seeed XIAO (samd21 board) I get "PluggableUSB.h: No such file or directory"

I also moved to the sam branch, downloaded that zip, opened into /libraries but got a bunch of errors "unknown type name 'class'"

Any idea how to best proceed? thanks!

marchingband commented 2 years ago

my bad, i had named my file with a .c extension, rather then cpp The sam branch now compiles :) I do however get a funny warning "WARNING: library USBMIDI claims to run on avr architecture(s) and may be incompatible with your current board which runs on samd architecture(s)." but the compilation completes