You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have been trying to upload the example encoder file to my arduino mega and i get this error:
file included from C:\Users\User\Documents\Arduino\libraries\MIDI_controller-3.1.1\src/MIDI_Controller.h:20:0,
from C:\Users\User\Documents\Arduino\libraries\MIDI_controller-3.1.1\examples\Ex.03.Rotary-Encoder\Ex.03.Rotary-Encoder.ino:20:
c:\users\user\documents\arduino\libraries\midi_controller-3.1.1\src\midi_outputs\rotaryencoder.hpp:5:10: fatal error: Encoder.h: No such file or directory
#include "Encoder.h"
^~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board Arduino Mega or Mega 2560.
I am new to arduino and MIDI someone can help me please?
The text was updated successfully, but these errors were encountered:
Hi, I have been trying to upload the example encoder file to my arduino mega and i get this error:
file included from C:\Users\User\Documents\Arduino\libraries\MIDI_controller-3.1.1\src/MIDI_Controller.h:20:0,
from C:\Users\User\Documents\Arduino\libraries\MIDI_controller-3.1.1\examples\Ex.03.Rotary-Encoder\Ex.03.Rotary-Encoder.ino:20:
c:\users\user\documents\arduino\libraries\midi_controller-3.1.1\src\midi_outputs\rotaryencoder.hpp:5:10: fatal error: Encoder.h: No such file or directory
#include "Encoder.h"
^~~~~~~~~~~
compilation terminated.
exit status 1
Error compiling for board Arduino Mega or Mega 2560.
I am new to arduino and MIDI someone can help me please?
The text was updated successfully, but these errors were encountered: