alamone

Results 1 issues of alamone

Get this error when compiling after installing HID-Project library. To fix it, need to comment out the following in "documents/Arduino/libraries/HID-Project/src/HID-project.h" #include "MultiReport/Gamepad.h" e.g. to: // #include "MultiReport/Gamepad.h" Then I was...