famichu/MagLev_Switch_MX

seeeduino problem

bobson321 opened this issue · 0 comments

So I am about to make your sample keypad, I uploaded code to seeeduino xiao (pins are not connected to anything) and it started spamming random letters.
The only one problem in vscode is in key_board.h file on #include <ArduinoSTL.h> (Include file not found in browse.path.).
In code there was adafruit/Adafruit TinyUSB Library@1.14.4 which is not working for me so I used 1.10.0 version instead
I don't know if it is supposed to work like this.